Searched refs:ICMPv6EchoBody (Results 1 – 2 of 2) sorted by relevance
54 ICMPv6EchoBody,519 ICMPv6EchoBody(1232 body = ICMPv6EchoBody(identifier, sequence_number, data)1251 actual = ICMPv6EchoBody.from_bytes(io.BytesIO(data))1260 body = ICMPv6EchoBody(1296 self.assertTrue(isinstance(actual, ICMPv6EchoBody))
1132 return ICMPv6EchoBody.from_bytes(data)1159 class ICMPv6EchoBody(ConvertibleToBytes, BuildableFromBytes): class