Searched refs:ICMPv6MRD_Termination (Results 1 – 2 of 2) sorted by relevance
1594 class ICMPv6MRD_Termination(_ICMPv6): class
2099 = ICMPv6MRD_Termination Basic instantiation2100 raw(ICMPv6MRD_Termination()) == b'\x99\x00\x00\x00'2102 = ICMPv6MRD_Termination - Instantiation with specific values 2103 raw(ICMPv6MRD_Termination(res=0xbb)) == b'\x99\xbb\x00\x00'2105 = ICMPv6MRD_Termination - Basic Dissection and overloading mechanisms2106 a=Ether(raw(Ether()/IPv6()/ICMPv6MRD_Termination()))2107 …[IPv6].dst == "ff02::6a" and ICMPv6MRD_Termination in a and a[ICMPv6MRD_Termination].type == 153 a…