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

/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c189 ssize_t tcpdone; local
196 tcpdone = recv(recvfd, buf, sizeof(buf), 0);
197 pjdlog_debug(2, "%s: recv() returned %zd", __func__, tcpdone);
198 if (tcpdone == 0) {
201 } else if (tcpdone == -1) {
209 ssldone = SSL_write(sendssl, buf, (int)tcpdone);
216 PJDLOG_ASSERT(ssldone == tcpdone);
228 ssize_t tcpdone; local
244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL);
246 tcpdone);
[all...]

Completed in 112 milliseconds