Searched refs:send_fd (Results 1 – 3 of 3) sorted by relevance
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)[all …]
20 int send_fd; member
487 __s64 send_fd; /* in */ member