HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_raw_fd (Results 1 - 2 of 2) sorted by null

  /external/dnsmasq/src/
bpf.c 146 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());
dnsmasq.h 669 int dhcp_raw_fd, dhcp_icmp_fd; member in struct:daemon

Completed in 171 milliseconds