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