Home | History | Annotate | Download | only in pppd

Lines Matching refs:hostname

74 bool	disable_defaultip = 0;	/* Don't use hostname for default IP adrs */
1614 * Default our local IP address based on our hostname.
1619 * Look up our hostname (possibly with domain name appended)
1621 * If there isn't an IP address for our hostname, too bad.
1624 if ((hp = gethostbyname(hostname)) != NULL) {