Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Dnetwork.c108 int dhcp_ok = 1; in iface_allowed() local
156 if (tmp->name && (strcmp(tmp->name, ifr.ifr_name) == 0)) dhcp_ok = 0; in iface_allowed()
169 iface->dhcp_ok = dhcp_ok; in iface_allowed()
Ddnsmasq.h341 int dhcp_ok, mtu; member