Searched refs:Net6 (Results 1 – 3 of 3) sorted by relevance
29 from scapy.layers.inet6 import icmp6typescls, _ICMPv6NDGuessPayload, Net646 x = Net6(x)48 x = [Net6(e) for e in x]
126 if isinstance(ip6, Net6):164 class Net6(Gen): # syntax ex. fec0::/126 class241 x = Net6(x)243 x = [Net6(a) for a in x]254 elif not isinstance(x, Net6) and not isinstance(x, list):
602 # a1, a2 = Net6("www.google.com"), Net6("www.secdev.org")2066 = ICMPv6EchoRequest and ICMPv6EchoReply - live answers() use Net68293 = Net68295 n1 = Net6("2001:db8::/127")8298 = Net6 using web address8303 assert isinstance(n1, Net6)