Searched refs:MAX_SEND_SIZE (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sbin/hastd/
H A Dproto_common.c50 #ifndef MAX_SEND_SIZE
51 #define MAX_SEND_SIZE 32768 macro
117 sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE;
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_common.c47 #ifndef MAX_SEND_SIZE
48 #define MAX_SEND_SIZE 32768 macro
114 sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE;
/freebsd-13-stable/sbin/ggate/shared/
H A Dggate.c231 * size of packets send from ggatec to 32kB by defining MAX_SEND_SIZE
234 #ifndef MAX_SEND_SIZE
235 #define MAX_SEND_SIZE MAXPHYS macro
244 done2 = send(s, p, MIN(len, MAX_SEND_SIZE), flags);

Completed in 125 milliseconds