Searched refs:default_hostname (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/libexec/bootpd/
H A Dbootpd.c160 static char default_hostname[MAXHOSTNAMELEN];
256 if (gethostname(default_hostname, sizeof(default_hostname) - 1) < 0) {
260 default_hostname[sizeof(default_hostname) - 1] = '\0';
261 hostname = default_hostname;
159 static char default_hostname[MAXHOSTNAMELEN]; variable

Completed in 94 milliseconds