Searched refs:MIP6MH_CoTI (Results 1 – 2 of 2) sorted by relevance
3003 class MIP6MH_CoTI(MIP6MH_HoTI): class3038 if (isinstance(other, MIP6MH_CoTI) and3120 2: MIP6MH_CoTI,
5245 = MIP6MH_CoTI - Build (default values)5246 raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/MIP6MH_CoTI()) == b'`\x00\x00\x00\x00\x10\x87@ \x01\…5248 = MIP6MH_CoTI - Dissection (default values)5251 a.nh == 135 and isinstance(b, MIP6MH_CoTI) and b.nh==59 and b.mhtype == 2 and b.len== 1 and b.res =…5253 = MIP6MH_CoTI - Build (specific values)5254 raw(IPv6(src="2001:db8::1", dst="2001:db8::2")/MIP6MH_CoTI(res=0x77, cksum=0x8899, cookie=b"\xAA"*8…5256 = MIP6MH_CoTI - Dissection (specific values)5259 a.nh == 135 and isinstance(b, MIP6MH_CoTI) and b.nh==59 and b.mhtype == 2 and b.len == 1 and b.res …