Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2700 class MIP6OptMNID(_MIP6OptAlign, Packet): # RFC 4283 class
2814 8: MIP6OptMNID,
/external/scapy/test/
Dregression.uts4861 = MIP6OptMNID - basic build
4862 raw(MIP6OptMNID()) == b'\x08\x01\x01'
4864 = MIP6OptMNID - basic dissection
4865 p = MIP6OptMNID(b'\x08\x01\x01')
4868 = MIP6OptMNID - build with specific values
4869 raw(MIP6OptMNID(subtype=42, id="someid")) == b'\x08\x07*someid'
4871 = MIP6OptMNID - dissection with specific values
4872 p = MIP6OptMNID(b'\x08\x07*someid')
5044 + Mobility Options - Automatic Padding - MIP6OptMNID
5045 = Mobility Options - Automatic Padding - MIP6OptMNID
[all …]