Home
last modified time | relevance | path

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

/external/scapy/scapy/layers/
Dinet6.py2713 class MIP6OptMsgAuth(_MIP6OptAlign, Packet): # RFC 4285 (Sect. 5) class
2815 9: MIP6OptMsgAuth,
/external/scapy/test/
Dregression.uts4881 = MIP6OptMsgAuth - basic build
4882 raw(MIP6OptMsgAuth()) == b'\x09\x11\x01\x00\x00\x00\x00AAAAAAAAAAAA'
4884 = MIP6OptMsgAuth - basic dissection
4885 p = MIP6OptMsgAuth(b'\x09\x11\x01\x00\x00\x00\x00AAAAAAAAAAAA')
4888 = MIP6OptMsgAuth - build with specific values
4889 raw(MIP6OptMsgAuth(authdata="B"*16, mspi=0xeeeeeeee, subtype=0xff)) == b'\t\x15\xff\xee\xee\xee\xee…
4891 = MIP6OptMsgAuth - dissection with specific values
4892 p = MIP6OptMsgAuth(b'\t\x15\xff\xee\xee\xee\xeeBBBBBBBBBBBBBBBB')
5060 + Mobility Options - Automatic Padding - MIP6OptMsgAuth
5061 = Mobility Options - Automatic Padding - MIP6OptMsgAuth
[all …]