Searched refs:_ICMPv6Error (Results 1 – 2 of 2) sorted by relevance
1423 class _ICMPv6Error(_ICMPv6): class1438 class ICMPv6DestUnreach(_ICMPv6Error):1450 class ICMPv6PacketTooBig(_ICMPv6Error):1457 class ICMPv6TimeExceeded(_ICMPv6Error):1468 class ICMPv6ParamProblem(_ICMPv6Error):
3390 = IPv6 - IPerror6 & UDPerror & _ICMPv6Error3396 # Test _ICMPv6Error3397 from scapy.layers.inet6 import _ICMPv6Error3398 assert _ICMPv6Error().guess_payload_class(None) == IPerror6