Searched refs:IN6_IS_ADDR_SITELOCAL (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dipv6.h118 #ifndef IN6_IS_ADDR_SITELOCAL
119 #define IN6_IS_ADDR_SITELOCAL(a) (\ macro
/freebsd-11-stable/contrib/ntp/lib/isc/unix/include/isc/
H A Dnet.h153 #ifndef IN6_IS_ADDR_SITELOCAL
155 #define IN6_IS_ADDR_SITELOCAL(a) \ macro
220 #undef IN6_IS_ADDR_SITELOCAL macro
221 #define IN6_IS_ADDR_SITELOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0xC0FE) macro
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dipv6.h145 #define IN6_IS_ADDR_SITELOCAL(a) \ macro
/freebsd-11-stable/lib/libc/rpc/
H A Drpc_generic.c807 (IN6_IS_ADDR_SITELOCAL(&sin6_new->sin6_addr) &&
808 IN6_IS_ADDR_SITELOCAL(&sin6_svc->sin6_addr))) {
/freebsd-11-stable/sys/netinet6/
H A Dscope6.c245 if (IN6_IS_ADDR_SITELOCAL(addr))
H A Din6.h296 #define IN6_IS_ADDR_SITELOCAL(a) \ macro
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dnetaddr.c416 return (ISC_TF(IN6_IS_ADDR_SITELOCAL(&na->type.in6)));
/freebsd-11-stable/sys/netinet/
H A Dsctp_asconf.c1975 IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)) {
2529 IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))
3131 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) {
H A Dsctp_sysctl.c283 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)))
H A Dsctp_pcb.c932 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) {
3827 } else if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)) {
3843 } else if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr) &&
H A Dsctp_output.c1925 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) {
5722 } else if (IN6_IS_ADDR_SITELOCAL(&src6->sin6_addr) ||
5723 IN6_IS_ADDR_SITELOCAL(&dst6->sin6_addr)) {
H A Dsctp_usrreq.c1187 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) {
H A Dsctputil.c6846 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) {
/freebsd-11-stable/lib/libc/net/
H A Dname6.c1100 if (IN6_IS_ADDR_SITELOCAL(&sa6->sin6_addr))
H A Dgetaddrinfo.c1119 if (IN6_IS_ADDR_SITELOCAL(&sa6->sin6_addr))
1712 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6))
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c1217 IN6_IS_ADDR_SITELOCAL(&myctladdr.si_su.su_sin6.sin6_addr))) {
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_socket.c143 !IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr) &&
/freebsd-11-stable/usr.sbin/route6d/
H A Droute6d.c1293 if (IN6_IS_ADDR_SITELOCAL(&np->rip6_dest) && !lflag) {
1590 if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr) && !lflag)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c849 IN6_IS_ADDR_SITELOCAL(PSOCK_ADDR6(&ep->sin));
886 IN6_IS_ADDR_SITELOCAL(PSOCK_ADDR6(addr));
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c5000 IN6_IS_ADDR_SITELOCAL(&sa->sin6.sin6_addr)) &&
5200 IN6_IS_ADDR_SITELOCAL(&sa->sin6.sin6_addr)) &&

Completed in 312 milliseconds