Lines Matching refs:domain
570 Also check that FQDNs match the domain we are using. */
575 char* domain;
590 /* split off domain part */
591 if ((configs->flags & CONFIG_NAME) && (domain = strip_hostname(configs->hostname)))
592 configs->domain = domain;
638 for this address. If it has a domain part, that must match the set domain and
639 it gets stripped. The set of legal domain names is bigger than the set of legal hostnames
640 so check here that the domain name is legal as a hostname. */
662 /* return domain or NULL if none. */