Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddhcp.c573 !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()
Drfc2131.c362 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()
Doption.c1804 new->next = daemon->dhcp_conf; in one_opt()
1933 daemon->dhcp_conf = new; in one_opt()
2715 for (up = &daemon->dhcp_conf, configs = daemon->dhcp_conf; configs; configs = cp) in reread_dhcp()
Dlease.c154 if ((config = find_config(daemon->dhcp_conf, NULL, lease->clid, lease->clid_len, in lease_update_from_configs()
Ddnsmasq.h629 struct dhcp_config *dhcp_conf; member
Ddnsmasq.c969 dhcp_update_configs(daemon->dhcp_conf); in clear_cache_and_reload()
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch479 config = find_config(daemon->dhcp_conf, context, clid, clid_len,