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

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c109 static int send_timeout(int, const char *, size_t);
446 if (send_timeout(fd, out_buf, (lensz + tok->length))) {
552 * send_timeout() - send data (in chunks if needed, each chunk in timeout secs).
555 send_timeout(int fd, const char *buf, size_t len) function

Completed in 58 milliseconds