Searched refs:AF_INET6 (Results 751 - 775 of 898) sorted by relevance

<<313233343536

/netbsd-current/share/examples/refuse/ian/libfetch/
H A Dhttp.c697 af = AF_INET6;
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c1010 case AF_INET6:
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dremoteconf.c139 case AF_INET6:
H A Dcfparse.y1553 case AF_INET6:
1612 case AF_INET6:
/netbsd-current/libexec/tftpd/
H A Dtftpd.c398 case AF_INET6:
/netbsd-current/sys/netinet6/
H A Dmld6.c1039 if (ifa->ifa_addr->sa_family != AF_INET6)
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/
H A Devdns.c2598 } else if (sa->sa_family == AF_INET6) {
2608 } else if (sa->sa_family == AF_INET6) {
4503 sin6.sin6_family = AF_INET6;
4594 (e->addr.sa.sa_family == AF_INET6 && f == PF_INET))
H A Dlistener.c497 else if (family == AF_INET6)
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/
H A Dsocket.c1750 if ((pf == AF_INET6)
1765 if ((pf == AF_INET6)
1781 if (pf == AF_INET6) {
3794 if (sock->pf == AF_INET6) {
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dntp_intres.c532 fam_spec = (AF_INET6 == af)
/netbsd-current/sbin/ifconfig/
H A Dparse.c346 case AF_INET6:
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dutils_module_tests.c585 addr.af != AF_INET6 ||
/netbsd-current/external/bsd/libevent/dist/
H A Dlistener.c508 else if (family == AF_INET6)
H A Devdns.c2632 } else if (sa->sa_family == AF_INET6) {
2642 } else if (sa->sa_family == AF_INET6) {
4589 sin6.sin6_family = AF_INET6;
4680 (e->addr.sa.sa_family == AF_INET6 && f == PF_INET))
/netbsd-current/games/hunt/huntd/
H A Ddriver.c190 case AF_INET6:
/netbsd-current/usr.sbin/altq/libaltq/
H A Dqop_cbq.c461 sfilt6.ff_flow6.fi6_family = AF_INET6;
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_g.c613 if (inet_pton(AF_INET6, name, &addr)) {
/netbsd-current/external/bsd/openldap/dist/libraries/liblber/
H A Dsockbuf.c947 : dst->sa_family == AF_INET6 ? sizeof( struct sockaddr_in6 )
/netbsd-current/external/mpl/dhcp/dist/server/
H A Ddb.c604 inet_ntop(AF_INET6, &iasubopt->addr,
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddata.c230 assert(inet_ntop(AF_INET6, s, buf, sizeof(buf)) != NULL);
/netbsd-current/lib/libresolv/
H A Dres_mkupdate.c647 if (inet_pton(AF_INET6, buf2, &in6a) <= 0)
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dremote-utils.cc292 case AF_INET6:
/netbsd-current/usr.bin/ftp/
H A Dutil.c1282 hints.ai_family = AF_INET6;
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dremote-utils.cc295 case AF_INET6:
/netbsd-current/external/bsd/iscsi/dist/src/lib/
H A Dutil.c612 (strcmp(family, "4") == 0) ? AF_INET : AF_INET6;

Completed in 292 milliseconds

<<313233343536