Home
last modified time | relevance | path

Searched refs:config_find_by_address (Results 1 – 3 of 3) sorted by relevance

/external/dnsmasq/src/
Ddhcp.c497 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr) in config_find_by_address() function
578 !config_find_by_address(daemon->dhcp_conf, addr) && in address_allocate()
952 if (config_find_by_address(configs, crec->addr.addr.addr.addr4)) in dhcp_update_configs()
Ddnsmasq.h788 struct dhcp_config *config_find_by_address(struct dhcp_config *configs, struct in_addr addr);
Drfc2131.c929 !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()