Lines Matching defs:host
362 3) Fills in local (this host) and router (this host or relay) addresses.
465 address. Note that none may fit, if the address came a dhcp-host and is outside
757 char *host = NULL;
798 if (!(host = canonicalise(ip, &nomem)) || !legal_hostname(host))
802 free(host);
809 if ((config->flags & CONFIG_NAME) && hostname_isequal(config->hostname, host))
848 config->hostname = host;
849 host = NULL;
869 free(host);
880 /* If the same IP appears in more than one host config, then DISCOVER
918 in at most one dhcp-host. Since /etc/hosts can be re-read by SIGHUP,