Home
last modified time | relevance | path

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

/freebsd/sbin/bectl/
H A Dbectl_jail.c219 bool default_hostname, interactive, unjail; in bectl_cmd_jail() local
225 default_hostname = interactive = unjail = true; in bectl_cmd_jail()
249 default_hostname = false; in bectl_cmd_jail()
260 default_hostname = true; in bectl_cmd_jail()
300 if (default_hostname) in bectl_cmd_jail()
/freebsd/libexec/bootpd/
H A Dbootpd.c149 static char default_hostname[MAXHOSTNAMELEN]; variable
242 if (gethostname(default_hostname, sizeof(default_hostname) - 1) < 0) { in main()
246 default_hostname[sizeof(default_hostname) - 1] = '\0'; in main()
247 hostname = default_hostname; in main()