Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c232 channel_lookup(int id) in channel_lookup() function
751 Channel *c = channel_lookup(id); in channel_send_open()
769 Channel *c = channel_lookup(id); in channel_request_start()
789 if ((c = channel_lookup(id)) == NULL) in channel_register_status_confirm()
802 Channel *c = channel_lookup(id); in channel_register_open_confirm()
842 Channel *c = channel_lookup(id); in channel_register_filter()
858 Channel *c = channel_lookup(id); in channel_set_fds()
2717 c = channel_lookup(id);
2780 c = channel_lookup(id);
2828 c = channel_lookup(id);
[all …]
Dchannels.h215 Channel *channel_lookup(int);
Dserverloop.c826 if ((c = channel_lookup(id)) == NULL) in server_input_channel_req()
Dclientloop.c2135 c = channel_lookup(id); in client_input_channel_req()
2600 if ((c = channel_lookup(id)) == NULL) in client_session2_setup()
Dsession.c2260 if ((c = channel_lookup(s->chanid)) == NULL) in session_exit_message()