Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/bectl/
H A Dbectl_jail.c241 bool default_hostname, interactive, unjail; in bectl_cmd_jail() local
247 default_hostname = interactive = unjail = true; in bectl_cmd_jail()
271 default_hostname = false; in bectl_cmd_jail()
282 default_hostname = true; in bectl_cmd_jail()
322 if (default_hostname) in bectl_cmd_jail()
/freebsd-14.2/libexec/bootpd/
H A Dbootpd.c150 static char default_hostname[MAXHOSTNAMELEN]; variable
243 if (gethostname(default_hostname, sizeof(default_hostname) - 1) < 0) { in main()
247 default_hostname[sizeof(default_hostname) - 1] = '\0'; in main()
248 hostname = default_hostname; in main()