Home | History | Annotate | Download | only in openssh

Lines Matching defs:host_status

697 	HostStatus host_status;
764 host_status = check_key_in_hostkeys(host_hostkeys, host_key,
775 if (host_status == HOST_CHANGED &&
781 ip_status = host_status;
783 switch (host_status) {
1048 if (options.check_host_ip && host_status != HOST_CHANGED &&
1055 if (host_status == HOST_OK) {
1084 if (want_cert && host_status != HOST_REVOKED) {