Searched refs:session_ident (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/usr.bin/ssh/
H A Dclientloop.c160 int session_ident = -1; variable
836 if (cr->action == CONFIRM_CLOSE && c->self == session_ident)
855 if (c->self == session_ident)
933 (session_ident != -1 && !session_setup_complete)) {
1445 session_ident = ssh2_chan_id;
1510 if (session_ident != -1) {
1512 channel_register_filter(ssh, session_ident,
1518 channel_register_cleanup(ssh, session_ident,
1970 } else if ((int)id == session_ident) {

Completed in 169 milliseconds