Home
last modified time | relevance | path

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

/external/openthread/tests/scripts/thread-cert/
Dtest_ipv6.py52 MPLOption,
230 length = MPLOption._seed_id_length[S]
289 return MPLOption(S, M, V, sequence, seed_id)
527 … _type=0x6d), MPLOption(S=1, M=0, V=0, sequence=2, seed_id=bytearray([0x00, 0x18])))
821 mpl_option = MPLOption(S, M, V, sequence, seed_id)
841 mpl_option = MPLOption.from_bytes(io.BytesIO(data))
851 self.assertEqual(0, MPLOption._seed_id_length[0])
852 self.assertEqual(2, MPLOption._seed_id_length[1])
853 self.assertEqual(8, MPLOption._seed_id_length[2])
854 self.assertEqual(16, MPLOption._seed_id_length[3])
[all …]
Dipv6.py795 class MPLOption(ConvertibleToBytes): class
1012 return MPLOption.from_bytes(data)