Searched refs:ICMPv6NDOptDstLLAddr (Results 1 – 2 of 2) sorted by relevance
148 if ICMPv6NDOptDstLLAddr in res:149 mac = res[ICMPv6NDOptDstLLAddr].lladdr1693 class ICMPv6NDOptDstLLAddr(ICMPv6NDOptSrcLLAddr): class3448 rep /= ICMPv6NDOptDstLLAddr(lladdr=reply_mac)3572 rep /= ICMPv6NDOptDstLLAddr(lladdr=reply_mac)
2409 + ICMPv6NDOptDstLLAddr Class Test2411 = ICMPv6NDOptDstLLAddr - Basic Instantiation2412 raw(ICMPv6NDOptDstLLAddr()) == b'\x02\x01\x00\x00\x00\x00\x00\x00'2414 = ICMPv6NDOptDstLLAddr - Instantiation with specific values2415 raw(ICMPv6NDOptDstLLAddr(len=2, lladdr="11:11:11:11:11:11")) == b'\x02\x02\x11\x11\x11\x11\x11\x11'2417 = ICMPv6NDOptDstLLAddr - Basic Dissection2418 a=ICMPv6NDOptDstLLAddr(b'\x02\x01\x00\x00\x00\x00\x00\x00')2421 = ICMPv6NDOptDstLLAddr - Instantiation with specific values2422 a=ICMPv6NDOptDstLLAddr(b'\x02\x02\x11\x11\x11\x11\x11\x11') 3373 …mock_srp1.return_value = Ether()/IPv6()/ICMPv6ND_NA()/ICMPv6NDOptDstLLAddr(lladdr="05:04:03:02:01:…[all …]