Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dsend.py29 from scapy.layers.inet6 import icmp6typescls, _ICMPv6NDGuessPayload, Net6
46 x = Net6(x)
48 x = [Net6(e) for e in x]
/external/scapy/scapy/layers/
Dinet6.py126 if isinstance(ip6, Net6):
164 class Net6(Gen): # syntax ex. fec0::/126 class
241 x = Net6(x)
243 x = [Net6(a) for a in x]
254 elif not isinstance(x, Net6) and not isinstance(x, list):
/external/scapy/test/
Dregression.uts602 # a1, a2 = Net6("www.google.com"), Net6("www.secdev.org")
2066 = ICMPv6EchoRequest and ICMPv6EchoReply - live answers() use Net6
8293 = Net6
8295 n1 = Net6("2001:db8::/127")
8298 = Net6 using web address
8303 assert isinstance(n1, Net6)