Home
last modified time | relevance | path

Searched refs:IN6_IS_ADDR_SITELOCAL (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/ntp/libntp/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
221 #define IN6_IS_ADDR_SITELOCAL(a) (((a)->S6_un.S6_l[0] & 0xC0FF) == 0xC0FE) macro
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dipv6.h118 #ifndef IN6_IS_ADDR_SITELOCAL
119 #define IN6_IS_ADDR_SITELOCAL(a) (\ macro
/freebsd/lib/libc/rpc/
H A Drpc_generic.c782 (IN6_IS_ADDR_SITELOCAL(&sin6_new->sin6_addr) && in __rpc_fixup_addr()
783 IN6_IS_ADDR_SITELOCAL(&sin6_svc->sin6_addr))) { in __rpc_fixup_addr()
/freebsd/sys/netinet6/
H A Dscope6.c248 if (IN6_IS_ADDR_SITELOCAL(addr)) in in6_addrscope()
H A Din6.h293 #define IN6_IS_ADDR_SITELOCAL(a) \ macro
/freebsd/contrib/ntp/libntp/lib/isc/
H A Dnetaddr.c416 return (ISC_TF(IN6_IS_ADDR_SITELOCAL(&na->type.in6))); in isc_netaddr_issitelocal()
/freebsd/sys/compat/linux/
H A Dlinux.c636 !IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr) && in linux_to_bsd_sockaddr()
/freebsd/sys/netinet/
H A Dsctp_asconf.c1961 IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)) { in sctp_addr_mgmt_assoc()
2501 IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)) in sctp_find_valid_localaddr()
3117 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_check_address_list_all()
H A Dsctp_sysctl.c309 if ((site_scope == 0) && (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_sysctl_copy_out_local_addresses()
H A Dsctp_pcb.c919 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_does_stcb_own_this_addr()
3813 } else if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr)) { in sctp_add_remote_addr()
3829 } else if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr) && in sctp_add_remote_addr()
H A Dsctp_output.c1922 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_is_address_in_scope()
5724 } else if (IN6_IS_ADDR_SITELOCAL(&src6->sin6_addr) || in sctp_send_initiate_ack()
5725 IN6_IS_ADDR_SITELOCAL(&dst6->sin6_addr)) { in sctp_send_initiate_ack()
H A Dsctputil.c7069 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_local_addr_count()
H A Dsctp_usrreq.c1167 (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr))) { in sctp_fill_up_addresses_vrf()
/freebsd/lib/libc/net/
H A Dname6.c1099 if (IN6_IS_ADDR_SITELOCAL(&sa6->sin6_addr)) in gai_addr2scopetype()
H A Dgetaddrinfo.c1118 if (IN6_IS_ADDR_SITELOCAL(&sa6->sin6_addr)) in gai_addr2scopetype()
1711 if (IN6_IS_ADDR_SITELOCAL(a6) || IN6_IS_ADDR_MC_SITELOCAL(a6)) in ip6_str2scopeid()
/freebsd/usr.sbin/route6d/
H A Droute6d.c1299 if (IN6_IS_ADDR_SITELOCAL(&np->rip6_dest) && !lflag) { in riprecv()
1596 if (IN6_IS_ADDR_SITELOCAL(&sin6->sin6_addr) && !lflag) in ifconfig1()
/freebsd/contrib/sendmail/src/
H A Dconf.c5013 IN6_IS_ADDR_SITELOCAL(&sa->sin6.sin6_addr)) && in load_if_names()
5220 IN6_IS_ADDR_SITELOCAL(&sa->sin6.sin6_addr)) && in load_if_names()
/freebsd/contrib/tnftp/src/
H A Dftp.c1217 IN6_IS_ADDR_SITELOCAL(&myctladdr.si_su.su_sin6.sin6_addr))) { in initconn()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c1490 || IN6_IS_ADDR_SITELOCAL(p6addr)) { in is_linklocal()