Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libpcap/dist/
Dpcap-dlpi.c267 if (pd->send_fd < 0) { in pcap_inject_dlpi()
272 ret = dlrawdatareq(pd->send_fd, buf, size); in pcap_inject_dlpi()
336 if (pd->send_fd >= 0) { in pcap_cleanup_dlpi()
337 close(pd->send_fd); in pcap_cleanup_dlpi()
338 pd->send_fd = -1; in pcap_cleanup_dlpi()
559 pd->send_fd = open("/dev/dlpi", O_RDWR);
582 if (pd->send_fd >= 0) {
583 retv = dl_doattach(pd->send_fd, ppa, p->errbuf);
646 if (pd->send_fd >= 0) {
652 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0) {
[all …]
Ddlpisubs.h18 int send_fd; member
/netbsd/src/tests/net/fdpass/
Dfdpass.c47 send_fd(int sock, int fd) in send_fd() function
208 send_fd(s[0], fd); in main()
/netbsd/src/dist/pf/sbin/pflogd/
Dpflogd.h50 void send_fd(int, int);
Dprivsep_fdpass.c51 send_fd(int sock, int fd) in send_fd() function
Dprivsep.c167 send_fd(socks[0], fd); in priv_init()
/netbsd/src/crypto/dist/ipsec-tools/src/racoon/
Dprivsep.c82 static int send_fd(int, int);
575 if (send_fd(privsep_sock[0], s) < 0) { in privsep_init()
1204 if (send_fd(privsep_sock[1], s) < 0) in privsep_bind()
1279 if (send_fd(privsep_sock[1], s) < 0) in privsep_setsockopt()
1548 send_fd(int s, int fd) in send_fd() function