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

  /external/dnsmasq/src/
network.c 124 int dhcp_ok = 1; local
182 dhcp_ok = 0;
195 iface->dhcp_ok = dhcp_ok;
467 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok)
606 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok)
    [all...]
dnsmasq.h 344 int dhcp_ok, mtu; member in struct:irec

Completed in 35 milliseconds