Lines Matching refs:fields_desc

104     fields_desc = [ XShortEnumField("type", None, _cdp_tlv_types),  variable in CDPMsgGeneric
122 fields_desc = [ ByteEnumField("ptype", 0x01, _cdp_addr_record_ptype), variable in CDPAddrRecord
133 fields_desc = [ ByteEnumField("ptype", 0x01, _cdp_addr_record_ptype), variable in CDPAddrRecordIPv4
141 fields_desc = [ ByteEnumField("ptype", 0x02, _cdp_addr_record_ptype), variable in CDPAddrRecordIPv6
166 fields_desc = [ XShortEnumField("type", 0x0002, _cdp_tlv_types), variable in CDPMsgAddr
180 fields_desc = [ XShortEnumField("type", 0x0003, _cdp_tlv_types), variable in CDPMsgPortID
196 fields_desc = [ XShortEnumField("type", 0x0004, _cdp_tlv_types), variable in CDPMsgCapabilities
216 fields_desc = [ XShortEnumField("type", 0x0007, _cdp_tlv_types), variable in CDPMsgIPPrefix
223 fields_desc = [ XShortEnumField("type", 0x0008, _cdp_tlv_types), variable in CDPMsgProtoHello
237 fields_desc = [ XShortEnumField("type", 0x000a, _cdp_tlv_types), variable in CDPMsgNativeVLAN
243 fields_desc = [ XShortEnumField("type", 0x000b, _cdp_tlv_types), variable in CDPMsgDuplex
249 fields_desc = [ XShortEnumField("type", 0x000e, _cdp_tlv_types), variable in CDPMsgVoIPVLANReply
258 fields_desc = [ XShortEnumField("type", 0x000f, _cdp_tlv_types), variable in CDPMsgVoIPVLANQuery
276 fields_desc = [ XShortEnumField("type", 0x0010, _cdp_tlv_types), variable in CDPMsgPower
284 fields_desc = [ XShortEnumField("type", 0x0011, _cdp_tlv_types), variable in CDPMsgMTU
290 fields_desc = [ XShortEnumField("type", 0x0012, _cdp_tlv_types), variable in CDPMsgTrustBitmap
296 fields_desc = [ XShortEnumField("type", 0x0013, _cdp_tlv_types), variable in CDPMsgUntrustedPortCoS
310 fields_desc = [ XShortEnumField("type", None, _cdp_tlv_types), variable in CDPMsg
337 fields_desc = [ ByteField("vers", 2), variable in CDPv2_HDR