Searched defs:IN6_IS_ADDR_6TO4 (Results 1 – 2 of 2) sorted by relevance
126 #define IN6_IS_ADDR_6TO4(x) (ntohs((x)->s6_addr16[0]) == 0x2002) macro
436 extern(D) bool IN6_IS_ADDR_6TO4(in6_addr* x) pure @safe { return ntohs(x.s6_addr16[0]) == 0x2002; } in IN6_IS_ADDR_6TO4() function