Searched refs:ICMPv6NDOptRedirectedHdr (Results 1 – 2 of 2) sorted by relevance
2447 + ICMPv6NDOptRedirectedHdr Class Test 2449 = ICMPv6NDOptRedirectedHdr - Basic Instantiation2450 ~ ICMPv6NDOptRedirectedHdr2451 raw(ICMPv6NDOptRedirectedHdr()) == b'\x04\x01\x00\x00\x00\x00\x00\x00'2453 = ICMPv6NDOptRedirectedHdr - Instantiation with specific values 2454 ~ ICMPv6NDOptRedirectedHdr2455 raw(ICMPv6NDOptRedirectedHdr(len=0xff, res="abcdef", pkt="somestringthatisnotanipv6packet")) == b'\…2457 = ICMPv6NDOptRedirectedHdr - Instantiation with simple IPv6 packet (no upper layer)2458 ~ ICMPv6NDOptRedirectedHdr2459 raw(ICMPv6NDOptRedirectedHdr(pkt=IPv6())) == b'\x04\x06\x00\x00\x00\x00\x00\x00`\x00\x00\x00\x00\x0…[all …]
1747 class ICMPv6NDOptRedirectedHdr(_ICMPv6NDGuessPayload, Packet): class