Home
last modified time | relevance | path

Searched refs:IN6_IS_ADDR_6TO4 (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.81.4/bsd/net/
H A Dif_stf.c466 if (!IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) { in stf_getsrcifa6()
560 if (IN6_IS_ADDR_6TO4(&ip6->ip6_dst)) { in stf_pre_output()
562 } else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr)) { in stf_pre_output()
723 if (IN6_IS_ADDR_6TO4(in6)) { in stf_checkaddr6()
870 if (IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) { in stf_ioctl()
/xnu-11215.81.4/bsd/netinet6/
H A Din6.h344 #define IN6_IS_ADDR_6TO4(x) (ntohs((x)->s6_addr16[0]) == 0x2002) macro
H A Dnd6_rtr.c749 IN6_IS_ADDR_6TO4(&pi->nd_opt_pi_prefix)) { in nd6_ra_input()