Home
last modified time | relevance | path

Searched refs:ICMPv6MRD_Termination (Results 1 – 2 of 2) sorted by relevance

/external/scapy/scapy/layers/
Dinet6.py1594 class ICMPv6MRD_Termination(_ICMPv6): class
/external/scapy/test/
Dregression.uts2099 = ICMPv6MRD_Termination Basic instantiation
2100 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 mechanisms
2106 a=Ether(raw(Ether()/IPv6()/ICMPv6MRD_Termination()))
2107 …[IPv6].dst == "ff02::6a" and ICMPv6MRD_Termination in a and a[ICMPv6MRD_Termination].type == 153 a…