Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c134 int session_ident = -1; variable
424 if (session_ident == -1 || session_closed) in client_check_window_change()
426 c = channel_lookup(session_ident); in client_check_window_change()
440 channel_request_start(session_ident, "window-change", 0); in client_check_window_change()
817 channel_request_start(session_ident, in process_escapes()
1069 if (id != session_ident) in client_channel_closed()
1071 id, session_ident); in client_channel_closed()
1149 session_ident = ssh2_chan_id; in client_loop()
1151 channel_register_filter(session_ident, in client_loop()
1153 if (session_ident != -1) in client_loop()
[all …]