Searched refs:MIP6OptCareOfTest (Results 1 – 2 of 2) sorted by relevance
/external/scapy/scapy/layers/ |
D | inet6.py | 2790 class MIP6OptCareOfTest(_MIP6OptAlign, Packet): # RFC 4866 (Sect. 5.5) class 2822 16: MIP6OptCareOfTest }
|
/external/scapy/test/ |
D | regression.uts | 4944 = MIP6OptCareOfTest 5172 + Mobility Options - Automatic Padding - MIP6OptCareOfTest 5173 = Mobility Options - Automatic Padding - MIP6OptCareOfTest 5174 a = raw(MIP6MH_BU(seq=0x4242, options=[MIP6OptCareOfTest()])) ==b';\x02\x05\… 5175 b = raw(MIP6MH_BU(seq=0x4242, options=[Pad1(),MIP6OptCareOfTest()])) ==b';\x02\x05\… 5176 c = raw(MIP6MH_BU(seq=0x4242, options=[PadN(optdata=b'\x00'*0),MIP6OptCareOfTest()])) ==b';\x02\x05… 5177 d = raw(MIP6MH_BU(seq=0x4242, options=[PadN(optdata=b'\x00'*1),MIP6OptCareOfTest()])) ==b';\x03\x05… 5178 e = raw(MIP6MH_BU(seq=0x4242, options=[PadN(optdata=b'\x00'*2),MIP6OptCareOfTest()])) ==b';\x03\x05… 5179 g = raw(MIP6MH_BU(seq=0x4242, options=[PadN(optdata=b'\x00'*3),MIP6OptCareOfTest()])) ==b';\x03\x05… 5180 h = raw(MIP6MH_BU(seq=0x4242, options=[PadN(optdata=b'\x00'*4),MIP6OptCareOfTest()])) ==b';\x03\x05… [all …]
|