Home
last modified time | relevance | path

Searched refs:send_fd (Results 1 – 10 of 10) sorted by relevance

/src/tools/test/stress2/misc/
H A Dsocketpair.sh65 send_fd(int unix_fd, int fd)
97 send_fd(ff[0], fd[0]);
98 send_fd(ff[0], fd[1]);
H A Dunionfs20.sh93 send_fd(int socket, int fd_to_send)
200 send_fd(pair[0], fd);
/src/contrib/libpcap/
H A Dpcap-dlpi.c262 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()
687 pd->send_fd = open("/dev/dlpi", O_RDWR);
710 if (pd->send_fd >= 0) {
711 retv = dl_doattach(pd->send_fd, ppa, p->errbuf);
774 if (pd->send_fd >= 0) {
780 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) {
[all …]
H A Ddlpisubs.h16 int send_fd; member
/src/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp91 auto send_fd = CreateSocket( in Connect() local
95 socket.reset(new UDPSocket(send_fd)); in Connect()
/src/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c47 send_fd(int sock, int fd) in send_fd() function
208 send_fd(s[0], fd); in main()
/src/contrib/pf/pflogd/
H A Dpflogd.h45 void send_fd(int, int);
H A Dprivsep_fdpass.c50 send_fd(int sock, int fd) in send_fd() function
H A Dprivsep.c153 send_fd(socks[0], fd); in priv_init()
/src/tests/sys/kern/
H A Dunix_passfd_test.c163 sendfd_payload(int sockfd, int send_fd, void *payload, size_t paylen) in sendfd_payload() argument
181 putfds(message, send_fd, 1); in sendfd_payload()
186 sendfd(int sockfd, int send_fd) in sendfd() argument
192 len = sendfd_payload(sockfd, send_fd, &ch, sizeof(ch)); in sendfd()