Searched refs:MIP6OptMsgAuth (Results 1 – 2 of 2) sorted by relevance
2713 class MIP6OptMsgAuth(_MIP6OptAlign, Packet): # RFC 4285 (Sect. 5) class2815 9: MIP6OptMsgAuth,
4881 = MIP6OptMsgAuth - basic build4882 raw(MIP6OptMsgAuth()) == b'\x09\x11\x01\x00\x00\x00\x00AAAAAAAAAAAA'4884 = MIP6OptMsgAuth - basic dissection4885 p = MIP6OptMsgAuth(b'\x09\x11\x01\x00\x00\x00\x00AAAAAAAAAAAA')4888 = MIP6OptMsgAuth - build with specific values4889 raw(MIP6OptMsgAuth(authdata="B"*16, mspi=0xeeeeeeee, subtype=0xff)) == b'\t\x15\xff\xee\xee\xee\xee…4891 = MIP6OptMsgAuth - dissection with specific values4892 p = MIP6OptMsgAuth(b'\t\x15\xff\xee\xee\xee\xeeBBBBBBBBBBBBBBBB')5060 + Mobility Options - Automatic Padding - MIP6OptMsgAuth 5061 = Mobility Options - Automatic Padding - MIP6OptMsgAuth [all …]