Home
last modified time | relevance | path

Searched refs:addrstr (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/sbin/isakmpd/
Dipsec.c2550 char *addrstr = 0; in ipsec_id_string() local
2579 util_ntoa(&addrstr, AF_INET, id + ISAKMP_ID_DATA_OFF); in ipsec_id_string()
2580 if (!addrstr) in ipsec_id_string()
2582 snprintf(buf, size, "ipv4/%s", addrstr); in ipsec_id_string()
2588 util_ntoa(&addrstr, AF_INET6, id + ISAKMP_ID_DATA_OFF); in ipsec_id_string()
2589 if (!addrstr) in ipsec_id_string()
2591 snprintf(buf, size, "ipv6/%s", addrstr); in ipsec_id_string()
2607 addrstr = x509_DN_string(id + ISAKMP_ID_DATA_OFF, id_len); in ipsec_id_string()
2608 if (!addrstr) in ipsec_id_string()
2610 if (size < len + strlen(addrstr) + 1) in ipsec_id_string()
[all …]
/openbsd/src/sys/ddb/
Ddb_dwarf.c517 const char *addrstr; in main() local
518 while ((addrstr = *argv++) != NULL) { in main()
519 unsigned long addr = strtoul(addrstr, NULL, 16); in main()
/openbsd/src/sys/dev/usb/
Dif_urtw.c1387 int16_t addrstr[8], data16, readcmd[] = { 1, 1, 0 }; in urtw_eprom_read32() local
1408 addrstr[0] = addr & (1 << 7); in urtw_eprom_read32()
1409 addrstr[1] = addr & (1 << 6); in urtw_eprom_read32()
1410 addrstr[2] = addr & (1 << 5); in urtw_eprom_read32()
1411 addrstr[3] = addr & (1 << 4); in urtw_eprom_read32()
1412 addrstr[4] = addr & (1 << 3); in urtw_eprom_read32()
1413 addrstr[5] = addr & (1 << 2); in urtw_eprom_read32()
1414 addrstr[6] = addr & (1 << 1); in urtw_eprom_read32()
1415 addrstr[7] = addr & (1 << 0); in urtw_eprom_read32()
1418 addrstr[0] = addr & (1 << 5); in urtw_eprom_read32()
[all …]
/openbsd/src/usr.sbin/unbound/services/
Doutside_network.c1635 static int setup_if(struct port_if* pif, const char* addrstr,
1644 if(!ipstrtoaddr(addrstr, UNBOUND_DNS_PORT, &pif->addr, &pif->addrlen) &&
1645 !netblockstrtoaddr(addrstr, UNBOUND_DNS_PORT,
/openbsd/src/sbin/unwind/libunbound/services/
Doutside_network.c1635 static int setup_if(struct port_if* pif, const char* addrstr,
1644 if(!ipstrtoaddr(addrstr, UNBOUND_DNS_PORT, &pif->addr, &pif->addrlen) &&
1645 !netblockstrtoaddr(addrstr, UNBOUND_DNS_PORT,