Lines Matching refs:ICMPv6NDOptTgtAddrList
2595 + ICMPv6NDOptTgtAddrList Class Test
2597 = ICMPv6NDOptTgtAddrList - Basic Instantiation
2598 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 Dissection
2607 a=ICMPv6NDOptTgtAddrList(b'\n\x01\x00\x00\x00\x00\x00\x00')
2610 = ICMPv6NDOptTgtAddrList - Dissection with specific values (auto len)
2611 a=ICMPv6NDOptTgtAddrList(b'\n\x05BBBBBB\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff…
2614 = ICMPv6NDOptTgtAddrList - Instantiation with specific values
2616 a=ICMPv6NDOptTgtAddrList(b'\n\x03BBBBBB\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff…
3477 ########### ICMPv6NDOptTgtAddrList Class ############################