Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddhcp.c377 struct dhcp_config* config_find_by_address(struct dhcp_config* configs, struct in_addr addr) { in config_find_by_address() function
442 !config_find_by_address(daemon->dhcp_conf, addr) && in address_allocate()
626 if (config_find_by_address(configs, crec->addr.addr.addr.addr4)) in dhcp_update_configs()
Ddnsmasq.h763 struct dhcp_config* config_find_by_address(struct dhcp_config* configs, struct in_addr addr);
Drfc2131.c830 !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()