Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in107 my $known_host = 0;
110 $known_host = 1;
165 if ($stratum || $known_host) { # Valid or known host
/freebsd/crypto/openssh/
H A Dssh-keyscan.c319 const char *known_host; in keyprint_one() local
333 known_host = hash_hosts ? hashed : hostport; in keyprint_one()
335 r = fprintf(stdout, "%s ", known_host); in keyprint_one()