Searched refs:MIP6OptLLAddr (Results 1 – 2 of 2) sorted by relevance
4840 = MIP6OptLLAddr - basic build4841 raw(MIP6OptLLAddr()) == b'\x07\x07\x02\x00\x00\x00\x00\x00\x00\x00'4843 = MIP6OptLLAddr - basic dissection4844 p = MIP6OptLLAddr(b'\x07\x07\x02\x00\x00\x00\x00\x00\x00\x00')4847 = MIP6OptLLAddr - build with specific values4848 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 values4851 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 …]
2691 class MIP6OptLLAddr(_MIP6OptAlign, Packet): # Sect 6.4.4 of RFC 4068 class2813 7: MIP6OptLLAddr,