Home
last modified time | relevance | path

Searched refs:BODYSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libtacplus/
H A Dtaclib_private.h40 #define BODYSIZE 8150 /* Maximum message body size */ macro
148 unsigned char body[BODYSIZE];
H A Dtaclib.c132 if (offset + len > BODYSIZE) { in add_str_16()
566 if (len > BODYSIZE) { in recv_msg()
568 len, BODYSIZE); in recv_msg()