Searched refs:ICMPv6NDOptPrefixInfo (Results 1 – 2 of 2) sorted by relevance
1697 class ICMPv6NDOptPrefixInfo(_ICMPv6NDGuessPayload, Packet): class3792 while ICMPv6NDOptPrefixInfo in tmp:3793 pio = tmp[ICMPv6NDOptPrefixInfo]
2428 + ICMPv6NDOptPrefixInfo Class Test2430 = ICMPv6NDOptPrefixInfo - Basic Instantiation2431 raw(ICMPv6NDOptPrefixInfo()) == b'\x03\x04\x00\xc0\xff\xff\xff\xff\xff\xff\xff\xff\x00\x00\x00\x00\…2433 = ICMPv6NDOptPrefixInfo - Instantiation with specific values2434 raw(ICMPv6NDOptPrefixInfo(len=5, prefixlen=64, L=0, A=0, R=1, res1=1, validlifetime=0x11111111, pre…2436 = ICMPv6NDOptPrefixInfo - Basic Dissection2437 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 values2441 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[all …]