Searched refs:LAST_MESSAGE (Results 1 – 6 of 6) sorted by relevance
75 if (etype < 0 || etype > LAST_MESSAGE)83 if (rtype > 0 && rtype <= LAST_MESSAGE)
54 if (type < 0 || type > LAST_MESSAGE)
132 if ((type = stoh(msgbuf + HEAD_TYPE)) < 0 || LAST_MESSAGE < type) in read3_2()
107 if (LAST_MESSAGE < stoh(msgbuf + MESG_TYPE)) in mwrite()
286 if (type <= 0 || type > LAST_MESSAGE) in dispatchName()311 if (type <= 0 || type >= LAST_MESSAGE || pd->fncp == NULL) in dispatch()
159 # define LAST_MESSAGE 104 macro