Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py3009 class MIP6MH_HoT(_MobilityHeader): class
3031 class MIP6MH_CoT(MIP6MH_HoT):
3121 3: MIP6MH_HoT,
/external/scapy/test/
Dregression.uts5266 = MIP6MH_HoT - Build (default values)
5267 raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/MIP6MH_HoT()) == b'`\x00\x00\x00\x00\x18\x87@ \x01\r…
5269 = MIP6MH_HoT - Dissection (default values)
5272 a.nh == 135 and isinstance(b, MIP6MH_HoT) and b.nh==59 and b.mhtype == 3 and b.len== 2 and b.res ==…
5274 = MIP6MH_HoT - Build (specific values)
5275 raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/MIP6MH_HoT(res=0x77, cksum=0x8899, cookie=b"\xAA"*8,…
5277 = MIP6MH_HoT - Dissection (specific values)
5280 a.nh == 135 and isinstance(b, MIP6MH_HoT) and b.nh==59 and b.mhtype == 3 and b.len== 2 and b.res ==…
5282 = MIP6MH_HoT answers
5286 p2 = IPv6(src=a2, dst=a1)/MIP6MH_HoT(cookie=cookie)
[all …]