Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/include/
H A Dntpd.h304 extern char *sys_hostname; /* host name */
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_crypto.c154 char *sys_hostname = NULL; variable
4018 sys_hostname = hostval.ptr; in crypto_setup()
4019 ptr = (u_char *)strchr(sys_hostname, '@'); in crypto_setup()