Searched refs:MSGSIZE (Results 1 – 6 of 6) sorted by relevance
/freebsd/lib/libradius/ |
H A D | radlib_private.h | 55 #define MSGSIZE 4096 /* Maximum RADIUS message */ macro 84 unsigned char out[MSGSIZE]; /* Request to send */ 93 unsigned char in[MSGSIZE]; /* Response received */
|
H A D | radlib.c | 192 u_char resp[MSGSIZE], md[EVP_MAX_MD_SIZE]; in is_valid_response() 229 memcpy(resp, h->in, MSGSIZE); in is_valid_response() 290 u_char resp[MSGSIZE], md[EVP_MAX_MD_SIZE]; in is_valid_request() 336 memcpy(resp, h->in, MSGSIZE); in is_valid_request() 399 if (h->out_len + 2 + len > MSGSIZE) { in put_raw_attr() 696 MSGSIZE, MSG_WAITALL, (struct sockaddr *)&from, &fromlen); in rad_continue_send_request() 807 MSGSIZE, MSG_WAITALL, (struct sockaddr *)&from, &fromlen); in rad_receive_request()
|
/freebsd/contrib/ntp/libntp/ |
H A D | adjtime.c | 237 if (msgsnd(mqid, &msgp->msgp, MSGSIZE, 0) == -1) in _adjtime() 240 if (msgrcv(mqid, &msgp->msgp, MSGSIZE, SERVER, 0) == -1) in _adjtime()
|
/freebsd/contrib/ntp/include/ |
H A D | adjtime.h | 53 #define MSGSIZE (sizeof(int) + sizeof(struct timeval)) macro
|
/freebsd/contrib/ntp/adjtimed/ |
H A D | adjtimed.c | 219 if (msgrcv(mqid, &msg.msgp, MSGSIZE, CLIENT, 0) == -1) { in main() 235 while (msgsnd(mqid, &msg.msgp, MSGSIZE, 0) == -1) { in main()
|
/freebsd/share/doc/smm/18.net/ |
H A D | spell.ok | 80 MSGSIZE
|