OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPT_ORDER
(Results
1 - 3
of
3
) sorted by null
/external/dnsmasq/src/
forward.c
224
if (!(daemon->options &
OPT_ORDER
))
263
if (type != 0 || (daemon->options &
OPT_ORDER
))
497
!(daemon->options &
OPT_ORDER
) &&
785
if (type != 0 || (daemon->options &
OPT_ORDER
) || !daemon->last_server)
dnsmasq.h
169
#define
OPT_ORDER
(1u<<7)
option.c
262
{ 'o',
OPT_ORDER
, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE },
[
all
...]
Completed in 111 milliseconds