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

12

/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dipv6.h75 #ifndef IN6_IS_ADDR_LOOPBACK
76 #define IN6_IS_ADDR_LOOPBACK(a) (\ macro
/freebsd-11-stable/contrib/ldns/compat/
H A Dfake-rfc2553.h66 #ifndef IN6_IS_ADDR_LOOPBACK
67 # define IN6_IS_ADDR_LOOPBACK(a) \ macro
70 #endif /* !IN6_IS_ADDR_LOOPBACK */
/freebsd-11-stable/contrib/unbound/compat/
H A Dfake-rfc2553.h61 #ifndef IN6_IS_ADDR_LOOPBACK
62 # define IN6_IS_ADDR_LOOPBACK(a) \ macro
65 #endif /* !IN6_IS_ADDR_LOOPBACK */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfake-rfc2553.h60 #ifndef IN6_IS_ADDR_LOOPBACK
61 # define IN6_IS_ADDR_LOOPBACK(a) \ macro
64 #endif /* !IN6_IS_ADDR_LOOPBACK */
H A Dbsd-cray.c75 #ifndef IN6_IS_ADDR_LOOPBACK
76 # define IN6_IS_ADDR_LOOPBACK(a) \ macro
79 #endif /* !IN6_IS_ADDR_LOOPBACK */
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dipv6.h110 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h160 #ifndef IN6_IS_ADDR_LOOPBACK
162 #define IN6_IS_ADDR_LOOPBACK(x) \ macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/net/
H A Dipv6.h40 #define ipv6_addr_loopback(addr) IN6_IS_ADDR_LOOPBACK(addr)
/freebsd-11-stable/sys/netinet6/
H A Dscope6.c243 IN6_IS_ADDR_LOOPBACK(addr))
297 if (IN6_IS_ADDR_LOOPBACK(addr))
404 if (IN6_IS_ADDR_LOOPBACK(in6)) {
540 if (IN6_IS_ADDR_LOOPBACK(&sa6->sin6_addr)) {
H A Din6_jail.c308 if (error == EADDRNOTAVAIL && IN6_IS_ADDR_LOOPBACK(ia6)) {
343 if (IN6_IS_ADDR_LOOPBACK(ia6) &&
H A Din6.h246 #define IN6_IS_ADDR_LOOPBACK(a) \ macro
H A Din6_src.c518 * theoratically IN6_IS_ADDR_LOOPBACK.
520 * prison_local_ip6() will fix an IN6_IS_ADDR_LOOPBACK but should
643 !IN6_IS_ADDR_LOOPBACK(&dstsock->sin6_addr)) {
/freebsd-11-stable/usr.bin/sockstat/
H A Dsockstat.c372 if (!IN6_IS_ADDR_LOOPBACK(
478 if (!IN6_IS_ADDR_LOOPBACK(
523 if (!IN6_IS_ADDR_LOOPBACK(
673 (IN6_IS_ADDR_LOOPBACK(&inp->in6p_faddr) ||
674 IN6_IS_ADDR_LOOPBACK(&inp->in6p_laddr)))
/freebsd-11-stable/usr.sbin/rpcbind/
H A Dsecurity.c148 return (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr) &&
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_clip.c228 if (IN6_IS_ADDR_LOOPBACK(lip))
/freebsd-11-stable/lib/libc/net/
H A Dgetnameinfo.c230 else if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
H A Dname6.c1096 if (IN6_IS_ADDR_LOOPBACK(&sa6->sin6_addr))
H A Dgetaddrinfo.c1115 if (IN6_IS_ADDR_LOOPBACK(&sa6->sin6_addr))
1637 if (IN6_IS_ADDR_LOOPBACK(&sin6->sin6_addr))
/freebsd-11-stable/sbin/ipfw/
H A Dnat64stl.c104 IN6_IS_ADDR_LOOPBACK(prefix))
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c1280 if (IN6_IS_ADDR_LOOPBACK(&np->rip6_dest)) {
1976 && IN6_IS_ADDR_LOOPBACK(&rrt->rrt_gw)) {
2080 IN6_IS_ADDR_LOOPBACK(&rrt->rrt_gw))) {
2168 if (IN6_IS_ADDR_LOOPBACK(&ifac->ifac_addr)) {
2771 !IN6_IS_ADDR_LOOPBACK(&rrt->rrt_gw) &&
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c735 return IN6_IS_ADDR_LOOPBACK(
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c3587 IN6_IS_ADDR_LOOPBACK(PSOCK_ADDR6(&rb->recv_srcadr)),
3589 !IN6_IS_ADDR_LOOPBACK(PSOCK_ADDR6(&itf->sin))
3592 if ( IN6_IS_ADDR_LOOPBACK(PSOCK_ADDR6(&rb->recv_srcadr))
3593 && !IN6_IS_ADDR_LOOPBACK(PSOCK_ADDR6(&itf->sin))
/freebsd-11-stable/sys/netinet/
H A Dsctp_asconf.c3445 if (IN6_IS_ADDR_LOOPBACK(&to6->sin6_addr)) {
3496 if (IN6_IS_ADDR_LOOPBACK(&to6->sin6_addr)) {
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Daddr_families.c335 return (IN6_IS_ADDR_LOOPBACK(in6));
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clport.c1102 if (IN6_IS_ADDR_LOOPBACK(paddr))

Completed in 199 milliseconds

12