Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2744 class MIP6OptReplayProtection(_MIP6OptAlign, Packet): # RFC 4285 (Sect. 6) class
2816 10: MIP6OptReplayProtection,
/external/scapy/test/
Dregression.uts4900 = MIP6OptReplayProtection - basic build
4901 raw(MIP6OptReplayProtection()) == b'\n\x08\x00\x00\x00\x00\x00\x00\x00\x00'
4903 = MIP6OptReplayProtection - basic dissection
4904 p = MIP6OptReplayProtection(b'\n\x08\x00\x00\x00\x00\x00\x00\x00\x00')
4907 = MIP6OptReplayProtection - build with specific values
4908 s = raw(MIP6OptReplayProtection(olen=42, timestamp=(72*31536000)<<32))
4911 = MIP6OptReplayProtection - dissection with specific values
4912 p = MIP6OptReplayProtection(s)
5076 + Mobility Options - Automatic Padding - MIP6OptReplayProtection
5077 = Mobility Options - Automatic Padding - MIP6OptReplayProtection
[all …]