Searched refs:AF_INET6 (Results 601 - 625 of 898) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_parser.y467 { $$ = AF_INET6; }
870 AF_INET6),
873 AF_INET6),
/netbsd-current/lib/libc/nameser/
H A Dns_print.c336 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
694 (void) inet_ntop(AF_INET6, &a, buf, (socklen_t)buflen);
971 (void) inet_ntop(AF_INET6, rdata, buf, (socklen_t)buflen);
/netbsd-current/usr.bin/fstat/
H A Dfstat.c985 sin6.sin6_family = AF_INET6;
995 if (inet_ntop(AF_INET6, a, addr, sizeof(addr)) == NULL)
1144 case AF_INET6:
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddnstap.c657 if (family != AF_INET6 && family != AF_INET) {
661 if (family == AF_INET6) {
907 if (!inet_ntop(AF_INET6, ip->base, buf, sizeof(buf))) {
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Ddnstap.c657 if (family != AF_INET6 && family != AF_INET) {
661 if (family == AF_INET6) {
907 if (!inet_ntop(AF_INET6, ip->base, buf, sizeof(buf))) {
/netbsd-current/sys/netinet6/
H A Dip6_input.c209 inet6_pfil_hook = pfil_head_create(PFIL_TYPE_AF, (void *)AF_INET6);
372 if ((*altq_input)(m, AF_INET6) == 0) {
482 sin6.sin6_family = AF_INET6;
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dpolicy.c129 case AF_INET6:
H A Dnattraversal.c144 else if (addr->sa_family == AF_INET6) {
/netbsd-current/crypto/external/bsd/netpgp/dist/src/libpaa/
H A Dlibpaa.c152 if (addrs->ifa_addr->sa_family == AF_INET6) {
/netbsd-current/sys/net/npf/
H A Dlpm.c440 if (inet_pton(AF_INET6, buf, addr) == 1) {
/netbsd-current/external/bsd/libevent/dist/sample/
H A Dhttp-server.c416 } else if (ss.ss_family == AF_INET6) {
/netbsd-current/games/hunt/huntd/
H A Danswer.c92 case AF_INET6:
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpfctl.c234 sin6->sin6_family = AF_INET6;
/netbsd-current/sys/nfs/
H A Dnfs.h422 (((u)->nu_flag & NU_INETADDR) ? AF_INET : AF_INET6)
/netbsd-current/external/mpl/dhcp/dist/server/
H A Dddns.c1109 inet_ntop(AF_INET6, &lease6->addr, addrbuf,
1137 inet_ntop(AF_INET6, &lease6->addr, addrbuf,
1266 inet_ntop(AF_INET6, &addr, addrbuf,
1286 inet_ntop(AF_INET6, &addr, addrbuf,
/netbsd-current/external/mpl/dhcp/dist/common/
H A Dinet.c544 return inet_ntop(AF_INET6, addr.iabuf, pbuf, sizeof(pbuf));
/netbsd-current/external/bsd/blocklist/lib/
H A Dbl.c327 family = AF_INET6;
/netbsd-current/sys/net/
H A Drtsock.c135 case AF_INET6:
/netbsd-current/sys/netinet/
H A Dicmp6.h670 ((struct in6_ifextra *)((ifp)->if_afdata[AF_INET6]))->icmp6_ifstat->tag++; \
/netbsd-current/crypto/external/bsd/openssl.old/dist/util/perl/TLSProxy/
H A DProxy.pm48 $IP_factory = sub { IO::Socket::INET6->new(Domain => AF_INET6, @_); };
/netbsd-current/crypto/external/bsd/openssl/dist/util/perl/TLSProxy/
H A DProxy.pm48 $IP_factory = sub { IO::Socket::INET6->new(Domain => AF_INET6, @_); };
/netbsd-current/external/bsd/blocklist/bin/
H A Dblocklistd.c139 case AF_INET6:
/netbsd-current/external/bsd/unbound/dist/util/
H A Dfptr_wlist.c172 #if defined(AF_INET6) && defined(IPV6_PKTINFO) && defined(HAVE_RECVMSG)
/netbsd-current/external/bsd/nsd/dist/
H A Dquery.c347 if (q->client_addr.ss_family == AF_INET6) {
366 if (q->client_addr.ss_family == AF_INET6
771 (query->client_addr.ss_family == AF_INET6)?
1746 if (q->client_addr.ss_family == AF_INET6) {
H A Dzonec.c381 if (inet_pton(AF_INET6, text, address) != 1) {
931 if ((inet_pton(AF_INET6, val, ipv6_wire_dst) != 1))
942 if (inet_pton(AF_INET6, ip6_str, ipv6_wire_dst) != 1) {
1516 af = AF_INET6;

Completed in 489 milliseconds

<<21222324252627282930>>