Searched refs:find_config (Results 1 – 4 of 4) sorted by relevance
/external/dnsmasq/src/ |
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 | 758 struct dhcp_config* find_config(struct dhcp_config* configs, struct dhcp_context* context,
|
D | dhcp.c | 519 struct dhcp_config* find_config(struct dhcp_config* configs, struct dhcp_context* context, in find_config() function
|
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()
|