Home
last modified time | relevance | path

Searched refs:shorthost (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshconnect.h35 char *shorthost; member
56 "L", conn_info->shorthost, \
H A Dreadconf.c659 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV]; in match_cfg_line() local
774 strlcpy(shorthost, thishost, sizeof(shorthost)); in match_cfg_line()
775 shorthost[strcspn(thishost, ".")] = '\0'; in match_cfg_line()
786 "L", shorthost, in match_cfg_line()
H A Dssh.c615 free(cinfo->shorthost); in ssh_conn_info_free()
1425 cinfo->shorthost = xstrdup(thishost); in main()