#include "errorcodes.h"
Go to the source code of this file.
Functions | |
errorcode | checkMsgLen (char *msg, int msg_len) |
checks that an message is as long as the length field says it is |
Definition in file netio_private.h.
|
checks that an message is as long as the length field says it is
Definition at line 125 of file netio.c. References CHECK_NOT_NEG, COMM_LENGTH_LEN, COMM_TYPE_LEN, ERROR_NEG_ARG_2, ERROR_NULL_ARG_1, and errorcode. Referenced by readMsg(). |