Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dssh-keyscan.c108 struct ssh *c_ssh; /* SSH-connection */ member
263 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()
264 free(c->c_ssh); in keygrab_ssh2()
416 if (fdcon[s].c_ssh) { in confree()
417 ssh_packet_close(fdcon[s].c_ssh); in confree()
418 free(fdcon[s].c_ssh); in confree()
419 fdcon[s].c_ssh = NULL; in confree()
511 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()
512 ssh_set_app_data(c->c_ssh, c); /* back link */ in congreet()
513 c->c_ssh->compat = 0; in congreet()
[all …]