Home
last modified time | relevance | path

Searched refs:_ICMPv6Error (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/
Dinet6.py1423 class _ICMPv6Error(_ICMPv6): class
1438 class ICMPv6DestUnreach(_ICMPv6Error):
1450 class ICMPv6PacketTooBig(_ICMPv6Error):
1457 class ICMPv6TimeExceeded(_ICMPv6Error):
1468 class ICMPv6ParamProblem(_ICMPv6Error):
/external/scapy/test/
Dregression.uts3390 = IPv6 - IPerror6 & UDPerror & _ICMPv6Error
3396 # Test _ICMPv6Error
3397 from scapy.layers.inet6 import _ICMPv6Error
3398 assert _ICMPv6Error().guess_payload_class(None) == IPerror6