Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dssh-keyscan.c115 struct ssh *c_ssh; /* SSH-connection */ member
280 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
281 free(c->c_ssh); in keygrab_ssh2()
438 if (fdcon[s].c_ssh) { in confree()
439 ssh_packet_close(fdcon[s].c_ssh); in confree()
440 free(fdcon[s].c_ssh); in confree()
441 fdcon[s].c_ssh = NULL; in confree()
542 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
543 ssh_set_app_data(c->c_ssh, c); /* back link */ in congreet()
544 c->c_ssh->compat = 0; in congreet()
[all …]