Searched refs:HOST_NEW (Results 1 - 4 of 4) 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 Dauth2-hostbased.c190 if (host_status == HOST_NEW) {
H A Dsshconnect.c818 if (options.check_host_ip && ip_status == HOST_NEW) {
842 case HOST_NEW:
908 if (options.check_host_ip && ip_status == HOST_NEW) {
971 if (ip_status == HOST_NEW)
985 if (ip_status != HOST_NEW)
H A Dhostfile.c370 * HOST_FOUND, otherwise HOST_NEW.
377 * 4. If no matching keys are found, then return HOST_NEW.
386 HostStatus end_return = HOST_NEW;

Completed in 78 milliseconds