HomeSort by relevance Sort by last modified time
    Searched refs:IntEnumField (Results 1 - 15 of 15) sorted by null

  /external/scapy/scapy/contrib/
avs.py 56 IntEnumField("phytype",0, AVSWLANPhyType),
61 IntEnumField("ssi_type",0, AVSWLANSSIType),
64 IntEnumField("preamble",0, AVSWLANPreambleType),
65 IntEnumField("encoding",0, AVSWLANEncodingType),
openflow3.py 148 fields_desc = [ IntEnumField("port_no", 0, ofp_port_no),
279 ofp_oxm_fields[i].append(IntEnumField(org[1], 0, ofp_port_no))
329 ### IntEnumField("in_port", 0, ofp_port_no) ]
733 IntEnumField("port", 0, ofp_port_no),
812 # IntEnumField("queue_id", 0, ofp_queue) ]
    [all...]
chdlc.py 35 fields_desc = [ IntEnumField("type", 2, {0 : "request", 1 : "reply", 2 :"line keepalive"}),
vqp.py 43 IntEnumField("datatype", 0, {
openflow.py 728 IntEnumField("buffer_id", "NO_BUFFER", ofp_buffer),
777 IntEnumField("buffer_id", "NO_BUFFER", ofp_buffer),
801 IntEnumField("buffer_id", "NO_BUFFER", ofp_buffer),
    [all...]
bgp.py 31 IntEnumField, LongField, IEEEFloatField, StrField,
    [all...]
ospf.py 396 fields_desc = [IntEnumField("type", 1, _OSPF_LStypes),
diameter.py 280 class Enumerated (IntEnumField):
    [all...]
  /external/scapy/scapy/layers/
pptp.py 15 from scapy.fields import ByteEnumField, FieldLenField, FlagsField, IntField, IntEnumField,\
218 IntEnumField("bearer_type", 3, _PPTP_bearer_type),
219 IntEnumField("framing_type", 3, _PPTP_framing_type),
266 IntEnumField("bearer_type", 3, _PPTP_bearer_type),
306 IntEnumField("framing_type", 1, _PPTP_framing_type)]
rip.py 38 IntEnumField("metric", 1, {16:"Unreach"}),
isakmp.py 286 IntEnumField("DOI",1,{1:"IPSEC"}),
287 IntEnumField("situation",1,{1:"identity"}),
lltd.py 16 ShortField, ShortEnumField, ThreeBytesField, IntField, IntEnumField, \
376 IntEnumField("medium", 6, {
dhcp6.py 25 FlagsField, IntEnumField, IntField, MACField, PacketField, \
243 IntEnumField("enterprisenum", 311, iana_enterprise_num),
596 IntEnumField("enterprisenum",None , iana_enterprise_num ),
617 IntEnumField("enterprisenum",None , iana_enterprise_num),
    [all...]
sctp.py 503 IntEnumField("proto_id", None, SCTP_PAYLOAD_PROTOCOL_INDENTIFIERS),
  /external/scapy/scapy/
fields.py     [all...]

Completed in 296 milliseconds