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

/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c191 ssize_t tcpdone; local
198 tcpdone = recv(recvfd, buf, sizeof(buf), 0);
199 pjdlog_debug(2, "%s: recv() returned %zd", __func__, tcpdone);
200 if (tcpdone == 0) {
203 } else if (tcpdone == -1) {
211 ssldone = SSL_write(sendssl, buf, (int)tcpdone);
218 PJDLOG_ASSERT(ssldone == tcpdone);
230 ssize_t tcpdone; local
246 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL);
248 tcpdone);
[all...]

Completed in 56 milliseconds