Searched refs:OPT_NO_RESOLV (Results 1 – 3 of 3) sorted by relevance
170 #define OPT_NO_RESOLV (1u<<8) macro
269 { 'R', OPT_NO_RESOLV, NULL, gettext_noop("Do NOT read resolv.conf."), NULL },2932 if (!(daemon->options & OPT_NO_RESOLV) && in read_opts()2943 if ((daemon->options & OPT_NO_RESOLV) || in read_opts()
492 if (daemon->port != 0 && (daemon->options & OPT_NO_RESOLV)) in main()