Home
last modified time | relevance | path

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

/netbsd/sys/net/
H A Dif_stf.c126 #define IN6_IS_ADDR_6TO4(x) (ntohs((x)->s6_addr16[0]) == 0x2002) macro
334 if (!IN6_IS_ADDR_6TO4(&sin6->sin6_addr)) in stf_getsrcifa6()
403 if (IN6_IS_ADDR_6TO4(&ip6->ip6_dst)) in stf_output()
405 else if (IN6_IS_ADDR_6TO4(&dst6->sin6_addr)) in stf_output()
552 if (IN6_IS_ADDR_6TO4(in6)) in stf_checkaddr6()
699 if (IN6_IS_ADDR_6TO4(&sin6->sin6_addr) && in stf_ioctl()