Home
last modified time | relevance | path

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

/external/scapy/scapy/arch/
D__init__.py56 from scapy.arch.unix import read_routes, read_routes6, in6_getifaddr
Dunix.py222 def read_routes6(): function
Dlinux.py316 def read_routes6(): function
/external/scapy/test/
Dmock_windows.uts22 = Mocked read_routes6() calls
57 """Test read_routes6() on Windows"""
Dregression.uts83 = Test read_routes6() - default output
85 routes6 = read_routes6()
110 = Test read_routes6() - check mandatory routes
6022 + Mocked read_routes6() calls
6060 """Test read_routes6() on OS X 10.9.5"""
6085 from scapy.arch.unix import read_routes6
6086 routes = read_routes6()
6100 """Test read_routes6() on OS X 10.9.5 with an IPv6 connectivity"""
6132 from scapy.arch.unix import read_routes6
6133 routes = read_routes6()
[all …]
/external/scapy/scapy/
Droute6.py47 self.routes = read_routes6()
/external/scapy/scapy/arch/windows/
D__init__.py998 def read_routes6(): function