Home
last modified time | relevance | path

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

/external/scapy/test/
Dregression.uts2077 = ICMPv6MRD_Advertisement - Basic instantiation
2078 raw(ICMPv6MRD_Advertisement()) == b'\x97\x14\x00\x00\x00\x00\x00\x00'
2080 = ICMPv6MRD_Advertisement - Instantiation with specific values
2081 raw(ICMPv6MRD_Advertisement(advinter=0xdd, queryint=0xeeee, robustness=0xffff)) == b'\x97\xdd\x00\x…
2083 = ICMPv6MRD_Advertisement - Basic Dissection and overloading mechanisms
2084 a=Ether(raw(Ether()/IPv6()/ICMPv6MRD_Advertisement()))
2085ICMPv6MRD_Advertisement in a and a[ICMPv6MRD_Advertisement].type == 151 and a[ICMPv6MRD_Advertisem…
/external/scapy/scapy/layers/
Dinet6.py1572 class ICMPv6MRD_Advertisement(_ICMPv6): class