Searched refs:_OTypeField (Results 1 - 1 of 1) sorted by relevance

/external/scapy/scapy/layers/
H A Dinet6.py749 class _OTypeField(ByteEnumField): class in inherits:ByteEnumField
773 fields_desc = [_OTypeField("otype", 0x01, _hbhopts),
791 fields_desc = [ _OTypeField("otype", 0x00, _hbhopts) ]
797 fields_desc = [_OTypeField("otype", 0x01, _hbhopts),
806 fields_desc = [_OTypeField("otype", 0x05, _hbhopts),
826 fields_desc = [_OTypeField("otype", 0xC2, _hbhopts),
836 fields_desc = [_OTypeField("otype", 0xC9, _hbhopts),

Completed in 110 milliseconds