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

/freebsd-10.0-release/tools/regression/sockets/unix_passfd/
H A Dunix_passfd.c146 recvfd(const char *test, int sockfd, int *recvfd) argument
185 *recvfd = *(int *)CMSG_DATA(cmsghdr);
186 if (*recvfd == -1)
209 recvfd(test, fd[1], &getfd_1);
231 recvfd(test, fd[1], &getfd_1);
271 recvfd(test, fd[1], &getfd_1);
272 recvfd(test, fd[1], &getfd_2);
295 recvfd(test, fd[1], &getfd_1);
/freebsd-10.0-release/sbin/ggate/ggatec/
H A Dggatec.c70 static int sendfd, recvfd; variable
198 data = g_gate_recv(recvfd, &hdr, sizeof(hdr), MSG_WAITALL);
219 data = g_gate_recv(recvfd, ggio.gctl_data,
378 recvfd = handshake(GGATE_FLAG_SEND);
379 if (recvfd == -1)
407 close(recvfd);
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c188 tcp_recv_ssl_send(int recvfd, SSL *sendssl) argument
196 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd);
198 tcpdone = recv(recvfd, buf, sizeof(buf), 0);
222 pjdlog_debug(2, "%s: done %d -> %d", __func__, recvfd, sendfd);
232 int recvfd, ssldone; local
234 recvfd = SSL_get_fd(recvssl);
235 PJDLOG_ASSERT(recvfd >= 0);
236 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd);
265 pjdlog_debug(2, "%s: done %d -> %d", __func__, recvfd, sendfd);

Completed in 179 milliseconds