Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py1772 class ICMPv6NDOptAdvInterval(_ICMPv6NDGuessPayload, Packet): class
/external/scapy/test/
Dregression.uts2529 + ICMPv6NDOptAdvInterval Class Test
2531 = ICMPv6NDOptAdvInterval - Basic Instantiation
2532 raw(ICMPv6NDOptAdvInterval()) == b'\x07\x01\x00\x00\x00\x00\x00\x00'
2534 = ICMPv6NDOptAdvInterval - Instantiation with specific values
2535 raw(ICMPv6NDOptAdvInterval(len=2, res=0x1111, advint=0xffffffff)) == b'\x07\x02\x11\x11\xff\xff\xff…
2537 = ICMPv6NDOptAdvInterval - Basic dissection
2538 a=ICMPv6NDOptAdvInterval(b'\x07\x01\x00\x00\x00\x00\x00\x00')
2541 = ICMPv6NDOptAdvInterval - Dissection with specific values
2542 a=ICMPv6NDOptAdvInterval(b'\x07\x02\x11\x11\xff\xff\xff\xff')