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