Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dclientloop.c162 int session_ident = -1; variable
670 if (cr->action == CONFIRM_CLOSE && c->self == session_ident) in client_status_confirm()
689 if (c->self == session_ident) in client_status_confirm()
767 (session_ident != -1 && !session_setup_complete)) { in client_repledge()
1283 session_ident = ssh2_chan_id; in client_loop()
1354 if (session_ident != -1) { in client_loop()
1356 channel_register_filter(ssh, session_ident, in client_loop()
1362 channel_register_cleanup(ssh, session_ident, in client_loop()
1832 } else if ((int)id == session_ident) { in client_input_channel_req()