Searched refs:MSGBUF_SIZE (Results 1 – 3 of 3) sorted by relevance
264 #define MSGBUF_SIZE 20 macro265 unsigned char MsgBuffer[MSGBUF_SIZE];
47 } while (ret > 0 && MSGBUF_SIZE > len); in nsp_message_in()
583 int len = min(MSGBUF_SIZE, data->MsgLen); in nsp_xfer()