Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_stf.c135 #define IN6_IS_ADDR_6TO4(x) (ntohs((x)->s6_addr16[0]) == 0x2002) macro
385 if (!IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) in stf_getsrcifa6()
465 if (IN6_IS_ADDR_6TO4(&ip6->ip6_dst)) in stf_output()
467 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr)) in stf_output()
592 if (IN6_IS_ADDR_6TO4(in6)) { in stf_checkaddr6()
721 if (!IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) { in stf_ioctl()