Home
last modified time | relevance | path

Searched refs:OCSD_PROTOCOL_CUSTOM_0 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_lib_dcd_register.cpp59 ocsd_trace_protocol_t OcsdLibDcdRegister::m_nextCustomProtocolID = OCSD_PROTOCOL_CUSTOM_0;
78 if(m_nextCustomProtocolID > OCSD_PROTOCOL_CUSTOM_0) in releaseLastCustomProtocolID()
142 if(pMngr->getProtocolType() >= OCSD_PROTOCOL_CUSTOM_0) in deRegisterCustomDecoders()
/freebsd/contrib/opencsd/decoder/include/opencsd/
H A Docsd_if_types.h575OCSD_PROTOCOL_CUSTOM_0 = 100, /**< Values from this onwards are assigned to external registered … enumerator
593 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
/freebsd/contrib/opencsd/decoder/source/c_api/
H A Docsd_c_api.cpp549 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_sink_cb()
588 if ((protocol >= OCSD_PROTOCOL_CUSTOM_0) && (protocol < OCSD_PROTOCOL_END)) in ocsd_create_pkt_mon_cb()