Searched refs:read_routes6 (Results 1 – 7 of 7) sorted by relevance
56 from scapy.arch.unix import read_routes, read_routes6, in6_getifaddr
222 def read_routes6(): function
316 def read_routes6(): function
22 = Mocked read_routes6() calls57 """Test read_routes6() on Windows"""
83 = Test read_routes6() - default output85 routes6 = read_routes6()110 = Test read_routes6() - check mandatory routes6022 + Mocked read_routes6() calls6060 """Test read_routes6() on OS X 10.9.5"""6085 from scapy.arch.unix import read_routes66086 routes = read_routes6()6100 """Test read_routes6() on OS X 10.9.5 with an IPv6 connectivity"""6132 from scapy.arch.unix import read_routes66133 routes = read_routes6()[all …]
47 self.routes = read_routes6()
998 def read_routes6(): function