Searched refs:ICMPv6DestinationUnreachable (Results 1 – 2 of 2) sorted by relevance
62 ICMPv6DestinationUnreachable,1309 icmpv6_dest_unreachable = ICMPv6DestinationUnreachable(data)1322 icmpv6_dest_unreachable = ICMPv6DestinationUnreachable.from_bytes(1335 self.assertRaises(RuntimeError, ICMPv6DestinationUnreachable.from_bytes,
1171 return ICMPv6DestinationUnreachable.from_bytes(data)1174 class ICMPv6DestinationUnreachable(ConvertibleToBytes, BuildableFromBytes): class