Searched refs:dhcp_raw_fd (Results 1 - 2 of 2) sorted by relevance

/external/dnsmasq/src/
H A Dbpf.c146 if ((daemon->dhcp_raw_fd = open(ifreq.iov_base, O_RDWR, 0)) != -1)
238 ioctl(daemon->dhcp_raw_fd, BIOCSETIF, ifr);
249 while (writev(daemon->dhcp_raw_fd, iov, 4) == -1 && retry_send());
H A Ddnsmasq.h669 int dhcp_raw_fd, dhcp_icmp_fd; member in struct:daemon

Completed in 87 milliseconds