Searched refs:RouterAlert (Results 1 – 2 of 2) sorted by relevance
804 class RouterAlert(Packet): # RFC 2711 - IPv6 Hop-By-Hop Option class846 0x05: RouterAlert,
2167 + 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 values2180 a=RouterAlert(b'\x05\x03\xff\xff')2237 = IPv6ExtHdrHopByHop - Instantiation with RouterAlert option[all …]