Home | History | Annotate | Download | only in src

Lines Matching refs:servers

200     { "all-servers", 0, 0, LOPT_NOLAST }, 
271 { 'S', ARG_DUP, "/domain/ipaddr", gettext_noop("Specify address(es) of upstream servers with optional domains."), NULL },
280 { 'V', ARG_DUP, "addr,addr,mask", gettext_noop("Translate IPv4 addresses from upstream servers."), NULL },
291 { '1', OPT_DBUS, NULL, gettext_noop("Enable the DBus interface for setting upstream servers, etc."), NULL },
315 { LOPT_NOLAST, OPT_ALL_SERVERS, NULL, gettext_noop("Always perform DNS queries to all servers."), NULL },
1515 serv->next = daemon->servers;
1516 daemon->servers = newlist;
2875 if (daemon->servers)
2878 for (tmp = daemon->servers; tmp; tmp = tmp->next)