Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py804 class RouterAlert(Packet): # RFC 2711 - IPv6 Hop-By-Hop Option class
846 0x05: RouterAlert,
/external/scapy/test/
Dregression.uts2167 + Test RouterAlert Class (RFC 2711)
2169 = RouterAlert - Basic Instantiation
2170 raw(RouterAlert()) == b'\x05\x02\x00\x00'
2172 = RouterAlert - Basic Dissection
2173 a=RouterAlert(b'\x05\x02\x00\x00')
2176 = RouterAlert - Instantiation with specific values
2177 raw(RouterAlert(optlen=3, value=0xffff)) == b'\x05\x03\xff\xff'
2179 = RouterAlert - Instantiation with specific values
2180 a=RouterAlert(b'\x05\x03\xff\xff')
2237 = IPv6ExtHdrHopByHop - Instantiation with RouterAlert option
[all …]