Searched refs:VALID_MSGTYPE (Results 1 – 2 of 2) sorted by relevance
943 #define VALID_MSGTYPE(m) (((m) >= IDNP_NEGO) && ((m) < IDN_NUM_MSGTYPES)) macro
5604 if (!VALID_MSGTYPE(mtype)) { in idn_recv_proto()