Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dssh-keyscan.c118 char *c_output_name; /* Hostname of connection for output */ member
348 char *hosts = c->c_output_name ? c->c_output_name : c->c_name; in keyprint()
425 fdcon[s].c_output_name = xstrdup(oname); in conalloc()
445 free(fdcon[s].c_output_name); in confree()
477 ret = conalloc(c->c_namelist, c->c_output_name, c->c_keytype); in conrecycle()