Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2020 class ICMPv6ND_NA(_ICMPv6NDGuessPayload, _ICMPv6, Packet): class
3447 rep /= ICMPv6ND_NA(tgt=tgt, S=0, R=0, O=1)
3567 rep /= ICMPv6ND_NA(tgt=tgt, S=1, R=router, O=1) # target from the NS
/external/scapy/test/
Dregression.uts2335 + ICMPv6ND_NA Class Test
2337 = ICMPv6ND_NA - Basic Instantiation
2338 raw(ICMPv6ND_NA()) == b'\x88\x00\x00\x00\xa0\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…
2340 = ICMPv6ND_NA - Instantiation with specific values
2341 raw(ICMPv6ND_NA(code=0x11, R=0, S=1, O=0, res=1, tgt="ffff::1111")) == b'\x88\x11\x00\x00@\x00\x00\…
2343 = ICMPv6ND_NA - Basic Dissection
2344 a=ICMPv6ND_NA(b'\x88\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x0…
2347 = ICMPv6ND_NA - Dissection with specific values
2348 a=ICMPv6ND_NA(b'\x88\x11\x00\x00@\x00\x00\x01\xff\xff\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x…
3373 …mock_srp1.return_value = Ether()/IPv6()/ICMPv6ND_NA()/ICMPv6NDOptDstLLAddr(lladdr="05:04:03:02:01:…