Searched refs:MIP6OptMNID (Results 1 – 2 of 2) sorted by relevance
2700 class MIP6OptMNID(_MIP6OptAlign, Packet): # RFC 4283 class2814 8: MIP6OptMNID,
4861 = MIP6OptMNID - basic build4862 raw(MIP6OptMNID()) == b'\x08\x01\x01'4864 = MIP6OptMNID - basic dissection4865 p = MIP6OptMNID(b'\x08\x01\x01')4868 = MIP6OptMNID - build with specific values4869 raw(MIP6OptMNID(subtype=42, id="someid")) == b'\x08\x07*someid'4871 = MIP6OptMNID - dissection with specific values4872 p = MIP6OptMNID(b'\x08\x07*someid')5044 + Mobility Options - Automatic Padding - MIP6OptMNID 5045 = Mobility Options - Automatic Padding - MIP6OptMNID [all …]