OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_find_by_address
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
dhcp.c
492
struct dhcp_config *
config_find_by_address
(struct dhcp_config *configs, struct in_addr addr)
function
573
!
config_find_by_address
(daemon->dhcp_conf, addr) &&
947
if (
config_find_by_address
(configs, crec->addr.addr.addr.addr4))
rfc2131.c
929
!
config_find_by_address
(daemon->dhcp_conf, lease->addr))
932
!
config_find_by_address
(daemon->dhcp_conf, addr))
[
all
...]
dnsmasq.h
816
struct dhcp_config *
config_find_by_address
(struct dhcp_config *configs, struct in_addr addr);
Completed in 33 milliseconds