Home
last modified time | relevance | path

Searched refs:MSGSIZE (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/lib/libradius/
H A Dradlib_private.h55 #define MSGSIZE 4096 /* Maximum RADIUS message */ macro
80 unsigned char request[MSGSIZE]; /* Request to send */
89 unsigned char response[MSGSIZE]; /* Response received */
H A Dradlib.c213 u_char resp[MSGSIZE], md[EVP_MAX_MD_SIZE]; in is_valid_response()
254 (void)memcpy(resp, h->response, (size_t)MSGSIZE); in is_valid_response()
325 if (h->req_len + 2 + len > MSGSIZE) { in put_raw_attr()
568 rv = recvfrom(h->fd, h->response, (size_t)MSGSIZE, in rad_continue_send_request()
/netbsd-src/external/bsd/ntp/dist/include/
H A Dadjtime.h55 #define MSGSIZE (sizeof(int) + sizeof(struct timeval)) macro
/netbsd-src/external/bsd/ntp/dist/adjtimed/
H A Dadjtimed.c221 if (msgrcv(mqid, &msg.msgp, MSGSIZE, CLIENT, 0) == -1) { in main()
237 while (msgsnd(mqid, &msg.msgp, MSGSIZE, 0) == -1) { in main()
/netbsd-src/share/doc/smm/18.net/
H A Dspell.ok80 MSGSIZE
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c1485 #define MSGSIZE 1024 in mdb_strerror() macro
1487 char buf[MSGSIZE+PADSIZE], *ptr = buf; in mdb_strerror()
1519 NULL, err, 0, ptr, MSGSIZE, (va_list *)buf+MSGSIZE); in mdb_strerror()