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

/freebsd-11-stable/contrib/pf/pflogd/
H A Dpflogd.h45 void send_fd(int, int);
H A Dprivsep_fdpass.c50 send_fd(int sock, int fd) function
H A Dprivsep.c156 send_fd(socks[0], fd);
/freebsd-11-stable/contrib/libpcap/
H A Ddlpisubs.h16 int send_fd; member in struct:pcap_dlpi
H A Dpcap-dlpi.c270 if (pd->send_fd < 0) {
275 ret = dlrawdatareq(pd->send_fd, buf, size);
339 if (pd->send_fd >= 0) {
340 close(pd->send_fd);
341 pd->send_fd = -1;
531 * If the open fails, we just leave -1 in "pd->send_fd" and reject
537 pd->send_fd = open("/dev/dlpi", O_RDWR);
560 if (pd->send_fd >= 0) {
561 retv = dl_doattach(pd->send_fd, ppa, p->errbuf);
624 if (pd->send_fd >
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c47 send_fd(int sock, int fd) function
208 send_fd(s[0], fd);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp95 auto send_fd = CreateSocket( local
99 final_socket.reset(new UDPSocket(send_fd));
/freebsd-11-stable/tests/sys/kern/
H A Dunix_passfd_test.c144 sendfd_payload(int sockfd, int send_fd, void *payload, size_t paylen) argument
163 putfds(message, send_fd, 1);
170 sendfd(int sockfd, int send_fd) argument
176 len = sendfd_payload(sockfd, send_fd, &ch, sizeof(ch));

Completed in 172 milliseconds