Searched refs:AF_INET6 (Results 701 - 725 of 898) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/unix/
H A Dnet.c646 hints.ai_family = AF_INET6;
/netbsd-current/usr.bin/ftp/
H A Dmain.c278 family = AF_INET6;
/netbsd-current/external/mpl/bind/dist/tests/dns/
H A Ddispatch_test.c76 fd = socket(AF_INET6, family, 0);
/netbsd-current/sys/dev/ic/
H A Dsmc90cx6.c936 case AF_INET6:
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dssh-keyscan.c770 IPv4or6 = AF_INET6;
H A Dsshd.c747 if (ai->ai_family != AF_INET && ai->ai_family != AF_INET6)
1203 options.address_family = AF_INET6;
/netbsd-current/sys/netipsec/
H A Dkey.c4161 case AF_INET6: {
4188 case AF_INET6: {
4214 case AF_INET6:
4300 case AF_INET6:
4485 case AF_INET6:
4714 case AF_INET6:
4758 case AF_INET6:
4864 case AF_INET6:
8035 case AF_INET6:
8796 case AF_INET6
[all...]
/netbsd-current/external/bsd/ipf/dist/
H A Dradix_ipf.c1116 afp->adf_family = AF_INET6;
1134 } else if (afp->adf_family == AF_INET6) {
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc280 int af_inet6 = (int)AF_INET6;
285 else if (af == AF_INET6)
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1513 #ifndef AF_INET6
1514 # define AF_INET6 26 macro
H A Dradix_ipf.c1087 afp->adf_family = AF_INET6;
1105 } else if (afp->adf_family == AF_INET6) {
/netbsd-current/sys/netinet6/
H A Dip6_mroute.c1440 sin6.sin6_family = AF_INET6;
1801 .sin6_family = AF_INET6,
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc320 int af_inet6 = (int)AF_INET6;
325 else if (af == AF_INET6)
/netbsd-current/sys/altq/
H A Daltq_cdnr.c151 if (af == AF_INET6) {
183 if (af == AF_INET6) {
/netbsd-current/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c362 ai_fam_templ = AF_INET6;
1765 /* Restricts AF_INET6 socket to IPv6 communications (see RFC 2553bis-03) */
1766 if (res->ai_family == AF_INET6)
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cpp296 int af_inet6 = (int)AF_INET6;
301 else if (af == AF_INET6)
/netbsd-current/external/bsd/libpcap/dist/
H A Dscanner.l413 hints.ai_family = AF_INET6;
/netbsd-current/external/bsd/unbound/dist/dnstap/
H A Dunbound-dnstap-socket.c439 if(inet_ntop(AF_INET6, address.data, buf, len)!=0)
1110 addr.ss_family == AF_INET6) {
/netbsd-current/external/bsd/unbound/dist/respip/
H A Drespip.c274 (sa->sa_family == AF_INET6 && rrtype != LDNS_RR_TYPE_AAAA))) {
585 sa6->sin6_family = AF_INET6;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Drrl.c478 case AF_INET6:
914 cidr.family = AF_INET6;
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/netmgr/
H A Dudp.c261 if (sa_family == AF_INET6) {
692 if (sock->iface.type.sa.sa_family == AF_INET6) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Drrl.c478 case AF_INET6:
914 cidr.family = AF_INET6;
H A Dclient.c187 result = isc_net_getudpportrange(AF_INET6, &udpport_low, &udpport_high);
317 result = getudpdispatch(AF_INET6, client->dispatchmgr,
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dudp.c466 if (sa_family == AF_INET6) {
887 if (sock->iface.type.sa.sa_family == AF_INET6) {
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/in_1/
H A Dsvcb_64.c335 if (inet_pton(AF_INET6, tbuf, abuf) != 1) {
747 inet_ntop(AF_INET6, r.base, buf, sizeof(buf));

Completed in 487 milliseconds

<<21222324252627282930>>