Searched refs:hostline (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | sshconnect.c | 814 char hostline[1000], *hostp, *fp, *ra; in check_host_key() local 1005 snprintf(hostline, sizeof(hostline), "%s,%s", host, ip); in check_host_key() 1006 hostp = hostline; in check_host_key() 1016 hostline, host_key, in check_host_key()
|