Searched refs:HOST_CHANGED (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator in enum:__anon4937
H A Dsshconnect.c768 * them, and the user will get bogus HOST_CHANGED warnings. This
828 if (host_status == HOST_CHANGED &&
829 (ip_status != HOST_CHANGED ||
982 case HOST_CHANGED:
1101 if (options.check_host_ip && host_status != HOST_CHANGED &&
1102 ip_status == HOST_CHANGED) {
H A Dhostfile.c372 * return HOST_CHANGED
423 end_return = HOST_CHANGED;

Completed in 88 milliseconds