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

/macosx-10.10/OpenSSH-189/openssh/
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator in enum:__anon3189
H A Dsshconnect.c741 * them, and the user will get bogus HOST_CHANGED warnings. This
801 if (host_status == HOST_CHANGED &&
802 (ip_status != HOST_CHANGED ||
955 case HOST_CHANGED:
1074 if (options.check_host_ip && host_status != HOST_CHANGED &&
1075 ip_status == HOST_CHANGED) {
H A Dhostfile.c376 * return HOST_CHANGED
427 end_return = HOST_CHANGED;

Completed in 80 milliseconds