Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c144 channel_lookup(int id) in channel_lookup() function
581 Channel *c = channel_lookup(id); in channel_send_open()
599 Channel *c = channel_lookup(local_id); in channel_request_start()
614 Channel *c = channel_lookup(id); in channel_register_confirm()
625 Channel *c = channel_lookup(id); in channel_register_cleanup()
636 Channel *c = channel_lookup(id); in channel_cancel_cleanup()
647 Channel *c = channel_lookup(id); in channel_register_filter()
660 Channel *c = channel_lookup(id); in channel_set_fds()
676 Channel *c = channel_lookup(id); in channel_set_wait_for_exit()
1843 c = channel_lookup(id); in channel_input_data()
[all …]
/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h172 Channel *channel_lookup(int);
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c426 c = channel_lookup(session_ident); in client_check_window_change()
1526 c = channel_lookup(id); in client_input_channel_req()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c1978 if ((c = channel_lookup(s->chanid)) == NULL) in session_env_req()
2221 if ((c = channel_lookup(s->chanid)) == NULL) in session_exit_message()
2549 if (channel_lookup(s->chanid) == NULL) in session_do_pam_conv()
H A Dserverloop.c1229 if ((c = channel_lookup(id)) == NULL) in server_input_channel_req()