Searched defs:recv_timeout (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c110 static int recv_timeout(int, char *, size_t);
466 if (recv_timeout(fd, (char *)&len, sizeof (len))) {
487 if (recv_timeout(fd, tok->value, len)) {
599 * recv_timeout() - receive data (in chunks if needed, each chunk in timeout
604 recv_timeout(int fd, char *buf, size_t len) function

Completed in 46 milliseconds