Home
last modified time | relevance | path

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

/external/scapy/scapy/
Ddata.py106 IPV6_ADDR_6TO4 = 0x0100 # Added to have more specific info (should be 0x0101 ?) variable
Dutils6.py173 addrType |= IPV6_ADDR_6TO4
/external/scapy/test/
Dregression.uts1889 in6_getAddrType("2002::1") == (IPV6_ADDR_UNICAST | IPV6_ADDR_GLOBAL | IPV6_ADDR_6TO4)