Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
HDproto_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()
/freebsd-13-stable/sbin/hastd/
HDproto_common.c48 #ifndef MAX_SEND_SIZE
49 #define MAX_SEND_SIZE 32768 macro
115 sendsize = size < MAX_SEND_SIZE ? size : MAX_SEND_SIZE; in proto_common_send()
/freebsd-13-stable/sbin/ggate/shared/
HDggate.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()