Searched refs:OCSD_PROTOCOL_END (Results 1 – 5 of 5) 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()
500 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()
578 OCSD_PROTOCOL_END /**< Invalid protocol - protocol types end marker */ enumerator585 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END ))
88 protocol = OCSD_PROTOCOL_END; in DecodeTreeElement()
69 if(m_nextCustomProtocolID < OCSD_PROTOCOL_END) in getNextCustomProtocolID()