Home
last modified time | relevance | path

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

/NextBSD/contrib/ntp/ntpd/
HDntp_crypto.c152 static char *host_filename = NULL; /* host file name */ variable
3863 if (host_filename != NULL) in crypto_setup()
3864 strlcpy(hostname, host_filename, sizeof(hostname)); in crypto_setup()
4008 if (NULL != host_filename) in crypto_config()
4009 free(host_filename); in crypto_config()
4010 host_filename = estrdup(cp); in crypto_config()