Home
last modified time | relevance | path

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

/external/scapy/test/
Dregression.uts4840 = MIP6OptLLAddr - basic build
4841 raw(MIP6OptLLAddr()) == b'\x07\x07\x02\x00\x00\x00\x00\x00\x00\x00'
4843 = MIP6OptLLAddr - basic dissection
4844 p = MIP6OptLLAddr(b'\x07\x07\x02\x00\x00\x00\x00\x00\x00\x00')
4847 = MIP6OptLLAddr - build with specific values
4848 raw(MIP6OptLLAddr(olen=42, ocode=4, pad=0xff, lla='EE:EE:EE:EE:EE:EE')) == b'\x07*\x04\xff\xee\xee\…
4850 = MIP6OptLLAddr - dissection with specific values
4851 p = MIP6OptLLAddr(b'\x07*\x04\xff\xee\xee\xee\xee\xee\xee')
4853 raw(MIP6OptLLAddr(olen=42, ocode=4, pad=0xff, lla='EE:EE:EE:EE:EE:EE'))
5028 + Mobility Options - Automatic Padding - MIP6OptLLAddr
[all …]
/external/scapy/scapy/layers/
Dinet6.py2691 class MIP6OptLLAddr(_MIP6OptAlign, Packet): # Sect 6.4.4 of RFC 4068 class
2813 7: MIP6OptLLAddr,