Searched refs:OCSD_PROTOCOL_IS_CUSTOM (Results 1 – 3 of 3) sorted by relevance
585 #define OCSD_PROTOCOL_IS_CUSTOM(P) ((P >= OCSD_PROTOCOL_CUSTOM_0) && (P < OCSD_PROTOCOL_END )) macro
95 …if (OCSD_PROTOCOL_IS_CUSTOM(pkt_protocol) && (pRegister->getDecoderMngrByType(pkt_protocol, &p_mng… in ocsd_cust_protocol_to_str()
335 if (OCSD_PROTOCOL_IS_CUSTOM(pkt_protocol)) in ocsd_pkt_str()