Searched refs:dhcp_conf (Results 1 – 8 of 8) sorted by relevance
/external/dnsmasq/src/ |
D | dhcp.c | 573 !config_find_by_address(daemon->dhcp_conf, addr) && in address_allocate() 739 for (up = &daemon->dhcp_conf, config = daemon->dhcp_conf; config; config = tmp) in dhcp_read_ethers() 791 for (config = daemon->dhcp_conf; config; config = config->next) in dhcp_read_ethers() 808 for (config = daemon->dhcp_conf; config; config = config->next) in dhcp_read_ethers() 821 for (config = daemon->dhcp_conf; config; config = config->next) in dhcp_read_ethers() 840 config->next = daemon->dhcp_conf; in dhcp_read_ethers() 841 daemon->dhcp_conf = config; in dhcp_read_ethers() 887 for (configs = daemon->dhcp_conf; configs; configs = configs->next) in check_dhcp_hosts()
|
D | rfc2131.c | 362 config = find_config(daemon->dhcp_conf, context, clid, clid_len, in dhcp_reply() 581 struct dhcp_config *new = find_config(daemon->dhcp_conf, context, NULL, 0, in dhcp_reply() 929 !config_find_by_address(daemon->dhcp_conf, lease->addr)) in dhcp_reply() 932 !config_find_by_address(daemon->dhcp_conf, addr)) in dhcp_reply() 1085 …else if ((addr_config = config_find_by_address(daemon->dhcp_conf, mess->yiaddr)) && addr_config !=… in dhcp_reply()
|
D | option.c | 1787 new->next = daemon->dhcp_conf; in one_opt() 1916 daemon->dhcp_conf = new; in one_opt() 2698 for (up = &daemon->dhcp_conf, configs = daemon->dhcp_conf; configs; configs = cp) in reread_dhcp()
|
D | lease.c | 154 if ((config = find_config(daemon->dhcp_conf, NULL, lease->clid, lease->clid_len, in lease_update_from_configs()
|
D | dnsmasq.h | 631 struct dhcp_config *dhcp_conf; member
|
D | dnsmasq.c | 975 dhcp_update_configs(daemon->dhcp_conf); in clear_cache_and_reload()
|
/external/autotest/server/ |
D | site_linux_router.py | 620 dhcp_conf = '\n'.join([ 629 (dhcpd_conf_file, dhcp_conf))
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 479 config = find_config(daemon->dhcp_conf, context, clid, clid_len,
|