Searched refs:OPT_NO_POLL (Results 1 – 3 of 3) sorted by relevance
540 if (daemon->port != 0 && !(daemon->options & OPT_NO_POLL)) poll_resolv(); in main()654 if (daemon->port != 0 && daemon->resolv_files && (daemon->options & OPT_NO_POLL)) { in async_event()
163 #define OPT_NO_POLL (1u << 5) macro
250 {'n', OPT_NO_POLL, NULL, gettext_noop("Do NOT poll %s file, reload only on SIGHUP."),2557 (daemon->options & OPT_NO_POLL)) in read_opts()