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

/freebsd-11-stable/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-11-stable/tests/sys/kern/
H A Dunix_passfd_test.c170 sendfd(int sockfd, int send_fd) function
268 sendfd(fd[0], putfd);
290 sendfd(fd[0], putfd);
310 sendfd(fd[0], putfd);
330 sendfd(fd[0], putfd_1);
331 sendfd(fd[0], putfd_2);
356 sendfd(fd[0], fd[0]);
373 sendfd(fd[0], fd[0]);
374 sendfd(fd[1], fd[0]);
389 sendfd(f
[all...]
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto_tls.c190 int sendfd, ssldone; local
192 sendfd = SSL_get_fd(sendssl);
193 PJDLOG_ASSERT(sendfd >= 0);
194 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd);
213 (void)wait_for_fd(sendfd, -1);
220 pjdlog_debug(2, "%s: done %d -> %d", __func__, recvfd, sendfd);
224 ssl_recv_tcp_send(SSL *recvssl, int sendfd) argument
234 pjdlog_debug(2, "%s: start %d -> %d", __func__, recvfd, sendfd);
244 tcpdone = send(sendfd, ptr, todo, MSG_NOSIGNAL);
254 (void)wait_for_fd(sendfd,
[all...]
/freebsd-11-stable/sbin/ggate/ggatec/
H A Dggatec.c72 static int sendfd, recvfd; variable
168 data = g_gate_send(sendfd, &hdr, sizeof(hdr), MSG_NOSIGNAL);
181 data = g_gate_send(sendfd, ggio.gctl_data,
407 sendfd = handshake(GGATE_FLAG_RECV);
408 if (sendfd == -1)
428 close(sendfd);

Completed in 88 milliseconds