Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c166 int session_ident = -1; variable
769 if (cr->action == CONFIRM_CLOSE && c->self == session_ident) in client_status_confirm()
785 if (c->self == session_ident) in client_status_confirm()
1047 channel_request_start(session_ident, in process_escapes()
1443 session_ident = ssh2_chan_id; in client_loop()
1444 if (session_ident != -1) { in client_loop()
1446 channel_register_filter(session_ident, in client_loop()
1452 channel_register_cleanup(session_ident, in client_loop()
1948 } else if (id == session_ident) { in client_input_channel_req()