Searched refs:dhcp_ok (Results 1 – 2 of 2) sorted by relevance
128 int dhcp_ok = 1; in iface_allowed() local186 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()
346 int dhcp_ok, mtu; member