HomeSort by: relevance | last modified time | path
    Searched defs:MSGSIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/include/
adjtime.h 55 #define MSGSIZE (sizeof(int) + sizeof(struct timeval))
  /src/lib/libradius/
radlib_private.h 55 #define MSGSIZE 4096 /* Maximum RADIUS message */
80 unsigned char request[MSGSIZE]; /* Request to send */
89 unsigned char response[MSGSIZE]; /* Response received */
  /src/external/bsd/openldap/dist/libraries/liblmdb/
mdb.c 1526 #define MSGSIZE 1024
1528 char buf[MSGSIZE+PADSIZE], *ptr = buf;
1560 NULL, err, 0, ptr, MSGSIZE, NULL);

Completed in 25 milliseconds