Lines Matching refs:send_fd
261 if (pd->send_fd < 0) { in pcap_inject_dlpi()
266 ret = dlrawdatareq(pd->send_fd, buf, size); in pcap_inject_dlpi()
330 if (pd->send_fd >= 0) { in pcap_cleanup_dlpi()
331 close(pd->send_fd); in pcap_cleanup_dlpi()
332 pd->send_fd = -1; in pcap_cleanup_dlpi()
417 pd->send_fd = open(cp, O_RDWR);
526 if (pd->send_fd >= 0) {
527 if (dl_doattach(pd->send_fd, ppa, p->errbuf) < 0)
583 if (pd->send_fd >= 0) {
589 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0)
682 if (pd->send_fd >= 0) {
688 if (dl_dohpuxbind(pd->send_fd, p->errbuf) < 0)
1719 pd->send_fd = -1; /* it hasn't been opened yet */