Lines Matching refs:domain
131 { "domain", 1, 0, 's' },
132 { "domain-suffix", 1, 0, 's' },
154 { "domain-needed", 0, 0, 'D' },
229 { 'A', ARG_DUP, "/domain/ipaddr", gettext_noop("Return ipaddr for all hosts in specified domains."), NULL },
235 { 'D', OPT_NODOTS_LOCAL, NULL, gettext_noop("Do NOT forward queries with no domain part."), NULL },
237 { 'E', OPT_EXPAND, NULL, gettext_noop("Expand simple names in /etc/hosts with domain-suffix."), NULL },
271 { 'S', ARG_DUP, "/domain/ipaddr", gettext_noop("Specify address(es) of upstream servers with optional domains."), NULL },
272 { LOPT_LOCAL, ARG_DUP, "/domain/", gettext_noop("Never forward queries to specified domains."), NULL },
273 { 's', ARG_DUP, "<domain>[,<range>]", gettext_noop("Specify the domain to be assigned in DHCP leases."), NULL },
321 { LOPT_DHCP_FQDN, OPT_DHCP_FQDN, NULL, gettext_noop("Use only fully qualified domain names for DHCP clients."), NULL },
348 { "domain-name", 15, OT_NAME },
368 { "nis-domain", 40, 0 },
390 { "nis+-domain", 64, 0 },
406 { "domain-search", 119, 0 },
891 problem = _("bad domain in dhcp-option");
1237 case 's': /* --domain */
1274 new->domain = d;
1398 char *domain = NULL;
1399 /* # matches everything and becomes a zero length domain string */
1401 domain = "";
1402 else if (strlen (arg) != 0 && !(domain = canonicalise_opt(arg)))
1408 serv->domain = domain;
1409 serv->flags = domain ? SERV_HAS_DOMAIN : SERV_FOR_NODOTS;
1919 new->domain = NULL;
2296 char *domain = NULL;
2300 if (!comma || !(domain = canonicalise_opt(arg)))
2309 new->name = domain;
2946 die(_("must have exactly one resolv.conf to read domain from."), NULL, EC_BADCONF);
2971 /* add domain for any srv record without one. */
2987 die(_("there must be a default domain when --dhcp-fqdn is set"), NULL, EC_BADCONF);