Searched refs:OCSD_PROTOCOL_END (Results 1 – 6 of 6) sorted by relevance
67 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()
549 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()
88 protocol = OCSD_PROTOCOL_END; in DecodeTreeElement()
70 echo_test_decoder_fact.protocol_id = OCSD_PROTOCOL_END; in ext_echo_get_dcd_fact()
586 OCSD_PROTOCOL_END /**< Invalid protocol - protocol types end marker */ enumerator593 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
71 if(m_nextCustomProtocolID < OCSD_PROTOCOL_END) in getNextCustomProtocolID()