Searched refs:dhcp_conf (Results 1 – 7 of 7) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 442 !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()
|
D | rfc2131.c | 336 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()
|
D | option.c | 1580 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()
|
D | lease.c | 145 if ((config = find_config(daemon->dhcp_conf, NULL, lease->clid, lease->clid_len, in lease_update_from_configs()
|
D | dnsmasq.h | 603 struct dhcp_config* dhcp_conf; member
|
D | dnsmasq.c | 786 dhcp_update_configs(daemon->dhcp_conf); in clear_cache_and_reload()
|
/external/autotest/server/ |
D | site_linux_router.py | 730 dhcp_conf = '\n'.join([ 739 (dhcpd_conf_file, dhcp_conf))
|