HomeSort by: relevance | last modified time | path
    Searched defs:ip_status (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sshconnect.c 995 HostStatus host_status = -1, ip_status = -1; local
1106 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
1109 (ip_status != HOST_CHANGED ||
1114 ip_status = host_status;
1145 (ip_status == HOST_OK && ip_found != NULL &&
1157 if (options.check_host_ip && ip_status == HOST_NEW) {
1263 if (options.check_host_ip && ip_status == HOST_NEW) {
1327 if (ip_status == HOST_NEW)
1329 else if (ip_status == HOST_OK)
1341 if (ip_status != HOST_NEW
    [all...]

Completed in 32 milliseconds