Home
last modified time | relevance | path

Searched refs:dhcp_conf (Results 1 – 7 of 7) sorted by relevance

/external/dnsmasq/src/
Ddhcp.c442 !config_find_by_address(daemon->dhcp_conf, addr) && in address_allocate()
574 for (configs = daemon->dhcp_conf; configs; configs = configs->next) { in check_dhcp_hosts()
Drfc2131.c336 config = find_config(daemon->dhcp_conf, context, clid, clid_len, mess->chaddr, mess->hlen, in dhcp_reply()
518 find_config(daemon->dhcp_conf, context, NULL, 0, mess->chaddr, mess->hlen, in dhcp_reply()
830 !config_find_by_address(daemon->dhcp_conf, lease->addr)) in dhcp_reply()
834 !config_find_by_address(daemon->dhcp_conf, addr)) in dhcp_reply()
965 else if ((addr_config = config_find_by_address(daemon->dhcp_conf, mess->yiaddr)) && in dhcp_reply()
Doption.c1580 new->next = daemon->dhcp_conf; in one_opt()
1683 daemon->dhcp_conf = new; in one_opt()
2379 for (up = &daemon->dhcp_conf, configs = daemon->dhcp_conf; configs; configs = cp) { in reread_dhcp()
Dlease.c145 if ((config = find_config(daemon->dhcp_conf, NULL, lease->clid, lease->clid_len, in lease_update_from_configs()
Ddnsmasq.h603 struct dhcp_config* dhcp_conf; member
Ddnsmasq.c786 dhcp_update_configs(daemon->dhcp_conf); in clear_cache_and_reload()
/external/autotest/server/
Dsite_linux_router.py730 dhcp_conf = '\n'.join([
739 (dhcpd_conf_file, dhcp_conf))