Home | History | Annotate | Download | only in src

Lines Matching refs:domain

839 	      config->domain = NULL;
883 Also check that FQDNs match the domain we are using. */
889 char *domain;
905 /* split off domain part */
906 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname)))
907 configs->domain = domain;
959 for this address. If it has a domain part, that must match the set domain and
960 it gets stripped. The set of legal domain names is bigger than the set of legal hostnames
961 so check here that the domain name is legal as a hostname. */
986 /* return domain or NULL if none. */