Searched refs:find_config (Results 1 – 5 of 5) sorted by relevance
/external/dnsmasq/src/ |
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 | 807 struct dhcp_config *find_config(struct dhcp_config *configs,
|
D | dhcp.c | 662 struct dhcp_config *find_config(struct dhcp_config *configs, in find_config() function
|
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()
|
/external/dnsmasq/contrib/lease-access/ |
D | lease.access.patch | 479 config = find_config(daemon->dhcp_conf, context, clid, clid_len,
|