Home
last modified time | relevance | path

Searched refs:HOST_OK (Results 1 – 8 of 8) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-hostbased.c233 if (host_status == HOST_OK) { in hostbased_key_allowed()
252 return (host_status == HOST_OK); in hostbased_key_allowed()
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator
H A Dsshconnect.c1086 case HOST_OK: in check_host_key()
1114 (ip_status == HOST_OK && ip_found != NULL && in check_host_key()
1298 else if (ip_status == HOST_OK) in check_host_key()
1409 if (host_status == HOST_OK) { in check_host_key()
H A Dhostfile.c381 end_return = HOST_OK; in check_hostkeys_by_key_or_type()
388 end_return = HOST_OK; in check_hostkeys_by_key_or_type()
H A Dauth.c454 else if (host_status == HOST_OK) in check_key_in_hostfiles()
/freebsd/contrib/sendmail/src/
H A Ddomain.c2031 return ad ? HOST_SECURE : HOST_OK;
H A Dsendmail.h1452 #define HOST_OK 1 macro
H A Dmap.c1115 return secure ? HOST_SECURE : HOST_OK;
1126 return HOST_OK;