Lines Matching refs:hostname
74 bool disable_defaultip = 0; /* Don't use hostname for default IP adrs */
1715 * Default our local IP address based on our hostname.
1720 * Look up our hostname (possibly with domain name appended)
1722 * If there isn't an IP address for our hostname, too bad.
1725 if ((hp = gethostbyname(hostname)) != NULL) {