Home
last modified time | relevance | path

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

/external/libpcap/
Dpcap-dlpi.c261 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 …]
Ddlpisubs.h20 int send_fd; member
/external/kernel-headers/original/uapi/linux/
Dbtrfs.h487 __s64 send_fd; /* in */ member