Home
last modified time | relevance | path

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

/src/sbin/hastd/
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; in proto_common_send()
/src/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; in proto_common_send()
/src/sbin/ggate/shared/
H A Dggate.c232 #ifndef MAX_SEND_SIZE
233 #define MAX_SEND_SIZE MAXPHYS macro
242 done2 = send(s, p, MIN(len, MAX_SEND_SIZE), flags); in g_gate_send()