Searched refs:HOST_NEW (Results 1 - 4 of 4) 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 Dauth2-hostbased.c194 if (host_status == HOST_NEW) {
H A Dsshconnect.c845 if (options.check_host_ip && ip_status == HOST_NEW) {
869 case HOST_NEW:
935 if (options.check_host_ip && ip_status == HOST_NEW) {
998 if (ip_status == HOST_NEW)
1012 if (ip_status != HOST_NEW)
H A Dhostfile.c366 * HOST_FOUND, otherwise HOST_NEW.
373 * 4. If no matching keys are found, then return HOST_NEW.
382 HostStatus end_return = HOST_NEW;

Completed in 75 milliseconds