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
377
struct dhcp_config*
config_find_by_address
(struct dhcp_config* configs, struct in_addr addr) {
function
442
!
config_find_by_address
(daemon->dhcp_conf, addr) &&
626
if (
config_find_by_address
(configs, crec->addr.addr.addr.addr4))
rfc2131.c
[
all
...]
dnsmasq.h
763
struct dhcp_config*
config_find_by_address
(struct dhcp_config* configs, struct in_addr addr);
Completed in 281 milliseconds