Home
last modified time | relevance | path

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

/external/scapy/test/
Dregression.uts2447 + ICMPv6NDOptRedirectedHdr Class Test
2449 = ICMPv6NDOptRedirectedHdr - Basic Instantiation
2450 ~ ICMPv6NDOptRedirectedHdr
2451 raw(ICMPv6NDOptRedirectedHdr()) == b'\x04\x01\x00\x00\x00\x00\x00\x00'
2453 = ICMPv6NDOptRedirectedHdr - Instantiation with specific values
2454 ~ ICMPv6NDOptRedirectedHdr
2455 raw(ICMPv6NDOptRedirectedHdr(len=0xff, res="abcdef", pkt="somestringthatisnotanipv6packet")) == b'\…
2457 = ICMPv6NDOptRedirectedHdr - Instantiation with simple IPv6 packet (no upper layer)
2458 ~ ICMPv6NDOptRedirectedHdr
2459 raw(ICMPv6NDOptRedirectedHdr(pkt=IPv6())) == b'\x04\x06\x00\x00\x00\x00\x00\x00`\x00\x00\x00\x00\x0…
[all …]
/external/scapy/scapy/layers/
Dinet6.py1747 class ICMPv6NDOptRedirectedHdr(_ICMPv6NDGuessPayload, Packet): class