Searched refs:ICMPv6NDOptTgtAddrList (Results 1 – 2 of 2) sorted by relevance
2595 + ICMPv6NDOptTgtAddrList Class Test 2597 = ICMPv6NDOptTgtAddrList - Basic Instantiation2598 raw(ICMPv6NDOptTgtAddrList()) == b'\n\x01\x00\x00\x00\x00\x00\x00'2600 = ICMPv6NDOptTgtAddrList - Instantiation with specific values (auto len)2601 raw(ICMPv6NDOptTgtAddrList(res="BBBBBB", addrlist=["ffff::ffff", "1111::1111"])) == b'\n\x05BBBBBB\…2603 = ICMPv6NDOptTgtAddrList - Instantiation with specific values 2604 raw(ICMPv6NDOptTgtAddrList(len=3, res="BBBBBB", addrlist=["ffff::ffff", "1111::1111"])) == b'\n\x03…2606 = ICMPv6NDOptTgtAddrList - Basic Dissection2607 a=ICMPv6NDOptTgtAddrList(b'\n\x01\x00\x00\x00\x00\x00\x00')2610 = ICMPv6NDOptTgtAddrList - Dissection with specific values (auto len)[all …]
2065 class ICMPv6NDOptTgtAddrList(ICMPv6NDOptSrcAddrList): class