Lines Matching refs:MIP6MH_HoT
5266 = 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)
5287 p2_ko = IPv6(src=a2, dst=a1)/MIP6MH_HoT(cookie="".join(chr((orb(b'\xff') + 1) % 256)))
5302 a.nh == 135 and isinstance(b, MIP6MH_HoT) and b.nh==59 and b.mhtype == 4 and b.len== 2 and b.res ==…