Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py1831 class ICMPv6NDOptMAP(_ICMPv6NDGuessPayload, Packet): # RFC 4140 class
/external/scapy/test/
Dregression.uts2714 + ICMPv6NDOptMAP Class Test
2716 = ICMPv6NDOptMAP - Basic Instantiation
2717 raw(ICMPv6NDOptMAP()) == b'\x17\x03\x1f\x80\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00…
2719 = ICMPv6NDOptMAP - Instantiation with specific values
2720 raw(ICMPv6NDOptMAP(len=5, dist=3, pref=10, R=0, res=1, validlifetime=0x11111111, addr="ffff::1111")…
2722 = ICMPv6NDOptMAP - Basic Dissection
2723 a=ICMPv6NDOptMAP(b'\x17\x03\x1f\x80\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00…
2726 = ICMPv6NDOptMAP - Dissection with specific values
2727 a=ICMPv6NDOptMAP(b'\x17\x05:\x01\x11\x11\x11\x11\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…