Lines Matching refs:ICMPv6NDOptPrefixInfo
2428 + ICMPv6NDOptPrefixInfo Class Test
2430 = ICMPv6NDOptPrefixInfo - Basic Instantiation
2431 raw(ICMPv6NDOptPrefixInfo()) == b'\x03\x04\x00\xc0\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\…
2433 = ICMPv6NDOptPrefixInfo - Instantiation with specific values
2434 raw(ICMPv6NDOptPrefixInfo(len=5, prefixlen=64, L=0, A=0, R=1, res1=1, validlifetime=0x11111111, pre…
2436 = ICMPv6NDOptPrefixInfo - Basic Dissection
2437 a=ICMPv6NDOptPrefixInfo(b'\x03\x04\x00\xc0\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\x00\x00\…
2440 = ICMPv6NDOptPrefixInfo - Instantiation with specific values
2441 a=ICMPv6NDOptPrefixInfo(b'\x03\x05@!\x11\x11\x11\x11""""3333 \x01\r\xb8\x00\x00\x00\x00\x00\x00\x00…
4702 raw(IPv6()/ICMPv6MPAdv()/ICMPv6NDOptPrefixInfo()) == s
4706 p[ICMPv6MPAdv].type == 147 and p[ICMPv6MPAdv].cksum == 0xe8d6 and p[ICMPv6NDOptPrefixInfo].prefix =…
4710 raw(IPv6()/ICMPv6MPAdv(cksum=0x2807, flags=1, id=42)/ICMPv6NDOptPrefixInfo(prefix='2001:db8::1', L=…
4714 …== 1 and p[ICMPv6MPAdv].id == 42 and p[ICMPv6NDOptPrefixInfo].prefix == '2001:db8::1' and p[ICMPv6…