Searched refs:ICMPv6MRD_Advertisement (Results 1 – 2 of 2) sorted by relevance
2077 = ICMPv6MRD_Advertisement - Basic instantiation2078 raw(ICMPv6MRD_Advertisement()) == b'\x97\x14\x00\x00\x00\x00\x00\x00'2080 = ICMPv6MRD_Advertisement - Instantiation with specific values2081 raw(ICMPv6MRD_Advertisement(advinter=0xdd, queryint=0xeeee, robustness=0xffff)) == b'\x97\xdd\x00\x…2083 = ICMPv6MRD_Advertisement - Basic Dissection and overloading mechanisms2084 a=Ether(raw(Ether()/IPv6()/ICMPv6MRD_Advertisement()))2085 …ICMPv6MRD_Advertisement in a and a[ICMPv6MRD_Advertisement].type == 151 and a[ICMPv6MRD_Advertisem…
1572 class ICMPv6MRD_Advertisement(_ICMPv6): class