Searched refs:send_fd (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap-dlpi.c | 267 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 …]
|
| D | dlpisubs.h | 18 int send_fd; member
|
| /netbsd/src/tests/net/fdpass/ |
| D | fdpass.c | 47 send_fd(int sock, int fd) in send_fd() function 208 send_fd(s[0], fd); in main()
|
| /netbsd/src/dist/pf/sbin/pflogd/ |
| D | pflogd.h | 50 void send_fd(int, int);
|
| D | privsep_fdpass.c | 51 send_fd(int sock, int fd) in send_fd() function
|
| D | privsep.c | 167 send_fd(socks[0], fd); in priv_init()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/ |
| D | privsep.c | 82 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
|