Searched refs:HDRSIZE (Results 1 – 4 of 4) sorted by relevance
82 #define HDRSIZE(sav) \ macro164 rplen = HDRSIZE(sav); in ah_hdrsiz()554 rplen = HDRSIZE(sav); in ah_input()748 rplen = HDRSIZE(sav); in ah_input_cb()866 rplen = HDRSIZE(sav); in ah_output()
47 #define HDRSIZE 12 /* Size of message header */ macro
552 if (read_timed(h, msg, HDRSIZE, &deadline) == -1) in recv_msg()640 len = HDRSIZE + ntohl(msg->length); in send_msg()
96 #define HDRSIZE 4 macro