Lines Matching defs:thishost
340 ssh_connection_hash(const char *thishost, const char *host, const char *portstr,
347 ssh_digest_update(md, thishost, strlen(thishost)) < 0 ||
636 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
652 if (gethostname(thishost, sizeof(thishost)) == -1)
656 strlcpy(shorthost, thishost, sizeof(shorthost));
657 shorthost[strcspn(thishost, ".")] = '\0';
661 conn_hash_hex = ssh_connection_hash(thishost, host,
671 "l", thishost,