Home
last modified time | relevance | path

Searched refs:OCSD_PROTOCOL_END (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/opencsd/decoder/source/c_api/
HDocsd_c_api_custom_obj.cpp67 if(p_dcd_fact->protocol_id < OCSD_PROTOCOL_END) in ocsd_register_custom_decoder()
108 m_dcd_fact.protocol_id = OCSD_PROTOCOL_END; in CustomDcdMngrWrapper()
122 if(m_dcd_fact.protocol_id == OCSD_PROTOCOL_END) in createDecoder()
166 if(m_dcd_fact.protocol_id != OCSD_PROTOCOL_END) in destroyDecoder()
HDocsd_c_api.cpp500 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_sink_cb()
539 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_mon_cb()
/freebsd-13-stable/contrib/opencsd/decoder/include/opencsd/
HDocsd_if_types.h578 OCSD_PROTOCOL_END /**< Invalid protocol - protocol types end marker */ enumerator
585 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
/freebsd-13-stable/contrib/opencsd/decoder/include/common/
HDocsd_dcd_tree_elem.h88 protocol = OCSD_PROTOCOL_END; in DecodeTreeElement()
/freebsd-13-stable/contrib/opencsd/decoder/source/
HDocsd_lib_dcd_register.cpp69 if(m_nextCustomProtocolID < OCSD_PROTOCOL_END) in getNextCustomProtocolID()