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

/freebsd-10.0-release/tools/regression/sockets/unix_passfd/
H A Dunix_passfd.c109 sendfd(const char *test, int sockfd, int sendfd) argument
136 *(int *)CMSG_DATA(cmsghdr) = sendfd;
208 sendfd(test, fd[0], putfd_1);
229 sendfd(test, fd[0], putfd_1);
248 sendfd(test, fd[0], putfd_1);
267 sendfd(test, fd[0], putfd_1);
268 sendfd(test, fd[0], putfd_2);
293 sendfd(test, fd[0], fd[0]);
311 sendfd(tes
[all...]
/freebsd-10.0-release/tools/regression/sockets/unix_gc/
H A Dunix_gc.c91 sendfd(int fd, int fdtosend) function
113 errx(-1, "%s: sendfd: before %d after %d\n", test,
313 sendfd(sv[sendvia], sv[tosend]);
371 sendfd(sv[0], s);
382 sendfd(sv[0], s);
393 sendfd(sv[0], s);
404 sendfd(sv[0], s);
415 sendfd(sv[0], s);
465 sendfd(sva[0], spare);
472 sendfd(sv
[all...]
/freebsd-10.0-release/sbin/ggate/ggatec/
H A Dggatec.c70 static int sendfd, recvfd; variable
152 data = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL);
165 data = g_gate_send(sendfd, ggio.gctl_data,
385 sendfd = handshake(GGATE_FLAG_RECV);
386 if (sendfd == -1)
406 close(sendfd);
/freebsd-10.0-release/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c192 int sendfd, ssldone; local
194 sendfd = SSL_get_fd(sendssl);
195 PJDLOG_ASSERT(sendfd >= 0);
196 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd);
215 (void)wait_for_fd(sendfd, -1);
222 pjdlog_debug(2, "%s: done %d -> %d", __func__, recvfd, sendfd);
226 ssl_recv_tcp_send(SSL *recvssl, int sendfd) argument
236 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd);
246 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL);
256 (void)wait_for_fd(sendfd,
[all...]

Completed in 192 milliseconds