Searched refs:IN6_IS_ADDR_LOOPBACK (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/include/isc/
H A Dipv6.h77 #ifndef IN6_IS_ADDR_LOOPBACK
78 #define IN6_IS_ADDR_LOOPBACK(a) (\ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dipv6.h77 #ifndef IN6_IS_ADDR_LOOPBACK
78 #define IN6_IS_ADDR_LOOPBACK(a) (\ macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dipv6.h112 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/include/lwres/
H A Dipv6.h102 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dipv6.h112 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dsock_addr.c169 return (IN6_IS_ADDR_LOOPBACK(&SOCK_ADDR_IN6_ADDR(sa)));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/include/isc/
H A Dnet.h162 #ifndef IN6_IS_ADDR_LOOPBACK
164 #define IN6_IS_ADDR_LOOPBACK(x) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/include/isc/
H A Dnet.h162 #ifndef IN6_IS_ADDR_LOOPBACK
164 #define IN6_IS_ADDR_LOOPBACK(x) \ macro
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/Win32/Include/
H A Dip6_misc.h89 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dscope6.c274 if (IN6_IS_ADDR_LOOPBACK(addr))
415 if (IN6_IS_ADDR_LOOPBACK(in6)) {
H A Din6.h242 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
H A Din6_src.c581 !IN6_IS_ADDR_LOOPBACK(&dstsock->sin6_addr)) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/contrib/queryperf/missing/
H A Dgetnameinfo.c165 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/irs/
H A Dgetnameinfo.c178 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/
H A Dport_after.h.in213 #ifndef IN6_IS_ADDR_LOOPBACK
215 #define IN6_IS_ADDR_LOOPBACK(a) \
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/missing/
H A Dgetnameinfo.c188 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
/netbsd-6-1-5-RELEASE/usr.sbin/rpcbind/
H A Dsecurity.c144 return (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr) &&
/netbsd-6-1-5-RELEASE/tests/fs/nfs/nfsservice/rpcbind/
H A Dsecurity.c144 return (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr) &&
/netbsd-6-1-5-RELEASE/lib/libc/net/
H A Dgetnameinfo.c302 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
/netbsd-6-1-5-RELEASE/external/apache2/mDNSResponder/dist/mDNSShared/
H A DCommonServices.h521 ? IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) \
541 : IN6_IS_ADDR_LOOPBACK( &( (const struct sockaddr_in6 *)( SA ) )->sin6_addr ) )
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dacl.c524 if (bitlen == 128 && IN6_IS_ADDR_LOOPBACK(&prefix->add.sin6))
/netbsd-6-1-5-RELEASE/usr.sbin/route6d/
H A Droute6d.c1118 if (IN6_IS_ADDR_LOOPBACK(&np->rip6_dest)) {
1760 && IN6_IS_ADDR_LOOPBACK(&rrt->rrt_gw)) {
1876 IN6_IS_ADDR_LOOPBACK(&rrt->rrt_gw))) {
1961 if (IN6_IS_ADDR_LOOPBACK(&ifa->ifa_addr)) {
2586 !IN6_IS_ADDR_LOOPBACK(&rrt->rrt_gw)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c652 return IN6_IS_ADDR_LOOPBACK(
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daddr_families.c337 return (IN6_IS_ADDR_LOOPBACK(in6));
/netbsd-6-1-5-RELEASE/usr.sbin/syslogd/
H A Dtls.c2035 if (IN6_IS_ADDR_LOOPBACK(addr6))

Completed in 372 milliseconds

12