Lines Matching refs:MPLOption
52 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])
864 mpl_option = MPLOption(S, M, V, sequence, seed_id)