OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIG_ADDR_HOSTS
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
dhcp.c
925
if (config->flags &
CONFIG_ADDR_HOSTS
)
926
config->flags &= ~(CONFIG_ADDR |
CONFIG_ADDR_HOSTS
);
953
config->flags |= CONFIG_ADDR |
CONFIG_ADDR_HOSTS
;
dnsmasq.h
464
#define
CONFIG_ADDR_HOSTS
512 /* address added by from /etc/hosts */
Completed in 136 milliseconds