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

/freebsd-12-stable/crypto/openssh/
H A Dhostfile.h18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_REVOKED, HOST_FOUND enumerator in enum:__anon7843
H A Dauth2-hostbased.c235 if (host_status == HOST_OK) {
254 return (host_status == HOST_OK);
H A Dsshconnect.c939 case HOST_OK:
1115 else if (ip_status == HOST_OK)
1225 if (host_status == HOST_OK) {
H A Dhostfile.c333 * 1. If the key is a cert and a matching CA is found, return HOST_OK
334 * 2. If the key is not a cert and a matching key is found, return HOST_OK
369 end_return = HOST_OK;
376 end_return = HOST_OK;
H A Dauth.c498 else if (host_status == HOST_OK)
/freebsd-12-stable/contrib/sendmail/src/
H A Ddomain.c1663 return ad ? HOST_SECURE : HOST_OK;
H A Dsendmail.h1343 #define HOST_OK 1 macro
H A Dmap.c883 return secure ? HOST_SECURE : HOST_OK;
894 return HOST_OK;

Completed in 252 milliseconds