Home
last modified time | relevance | path

Searched refs:dhcp_ok (Results 1 – 2 of 2) sorted by relevance

/external/dnsmasq/src/
Dnetwork.c128 int dhcp_ok = 1; in iface_allowed() local
186 dhcp_ok = 0; in iface_allowed()
200 iface->dhcp_ok = dhcp_ok; in iface_allowed()
484 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok) in create_bound_listener()
668 if ((daemon->options & OPT_TFTP) && iface->addr.sa.sa_family == AF_INET && iface->dhcp_ok) in create_bound_listeners()
Ddnsmasq.h346 int dhcp_ok, mtu; member