Searched refs:in6_get6to4Prefix (Results 1 – 2 of 2) sorted by relevance
320 def in6_get6to4Prefix(addr): function
1741 + Test in6_get6to4Prefix()1743 = Test in6_get6to4Prefix() - 0.0.0.0 address1744 in6_get6to4Prefix("0.0.0.0") == "2002::"1746 = Test in6_get6to4Prefix() - 255.255.255.255 address1747 in6_get6to4Prefix("255.255.255.255") == "2002:ffff:ffff::"1749 = Test in6_get6to4Prefix() - 1.1.1.1 address1750 in6_get6to4Prefix("1.1.1.1") == "2002:101:101::"1752 = Test in6_get6to4Prefix() - invalid address1753 in6_get6to4Prefix("somebadrawing") is None