Searched refs:send_fd (Results 1 – 9 of 9) sorted by relevance
/freebsd/tools/test/stress2/misc/ |
H A D | socketpair.sh | 65 send_fd(int unix_fd, int fd) 97 send_fd(ff[0], fd[0]); 98 send_fd(ff[0], fd[1]);
|
/freebsd/contrib/libpcap/ |
H A D | pcap-dlpi.c | 262 if (pd->send_fd < 0) { in pcap_inject_dlpi() 267 ret = dlrawdatareq(pd->send_fd, buf, size); in pcap_inject_dlpi() 331 if (pd->send_fd >= 0) { in pcap_cleanup_dlpi() 332 close(pd->send_fd); in pcap_cleanup_dlpi() 333 pd->send_fd = -1; in pcap_cleanup_dlpi() 554 pd->send_fd = open("/dev/dlpi", O_RDWR); 577 if (pd->send_fd >= 0) { 578 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 641 if (pd->send_fd >= 0) { 647 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) { [all …]
|
H A D | dlpisubs.h | 16 int send_fd; member
|
/freebsd/contrib/llvm-project/lldb/source/Host/common/ |
H A D | UDPSocket.cpp | 91 auto send_fd = CreateSocket( in Connect() local 95 socket.reset(new UDPSocket(send_fd)); in Connect()
|
/freebsd/contrib/netbsd-tests/net/fdpass/ |
H A D | fdpass.c | 47 send_fd(int sock, int fd) in send_fd() function 208 send_fd(s[0], fd); in main()
|
/freebsd/contrib/pf/pflogd/ |
H A D | pflogd.h | 45 void send_fd(int, int);
|
H A D | privsep_fdpass.c | 50 send_fd(int sock, int fd) in send_fd() function
|
H A D | privsep.c | 153 send_fd(socks[0], fd); in priv_init()
|
/freebsd/tests/sys/kern/ |
H A D | unix_passfd_test.c | 159 sendfd_payload(int sockfd, int send_fd, void *payload, size_t paylen) in sendfd_payload() argument 177 putfds(message, send_fd, 1); in sendfd_payload() 182 sendfd(int sockfd, int send_fd) in sendfd() argument 188 len = sendfd_payload(sockfd, send_fd, &ch, sizeof(ch)); in sendfd()
|