Searched refs:c_ssh (Results 1 – 1 of 1) sorted by relevance
120 struct ssh *c_ssh; /* SSH-connection */ member291 if ((r = kex_setup(c->c_ssh, myproposal)) != 0) { in keygrab_ssh2()292 free(c->c_ssh); in keygrab_ssh2()450 if (fdcon[s].c_ssh) { in confree()451 ssh_packet_close(fdcon[s].c_ssh); in confree()452 free(fdcon[s].c_ssh); in confree()453 fdcon[s].c_ssh = NULL; in confree()554 ssh_packet_set_timeout(c->c_ssh, timeout, 1); in congreet()555 ssh_set_app_data(c->c_ssh, c); /* back link */ in congreet()556 c->c_ssh->compat = 0; in congreet()[all …]