Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.c197 channel_lookup(int id) in channel_lookup() function
655 Channel *c = channel_lookup(id); in channel_send_open()
673 Channel *c = channel_lookup(id); in channel_request_start()
693 if ((c = channel_lookup(id)) == NULL) in channel_register_status_confirm()
706 Channel *c = channel_lookup(id); in channel_register_open_confirm()
746 Channel *c = channel_lookup(id); in channel_register_filter()
762 Channel *c = channel_lookup(id); in channel_set_fds()
2270 c = channel_lookup(id);
2330 c = channel_lookup(id);
2375 c = channel_lookup(id);
[all …]
Dchannels.h203 Channel *channel_lookup(int);
Dclientloop.c1937 } else if ((c = channel_lookup(id)) == NULL) { in client_input_channel_req()
1996 if ((c = channel_lookup(id)) == NULL) in client_session2_setup()
Dserverloop.c1181 if ((c = channel_lookup(id)) == NULL) in server_input_channel_req()
Dsession.c2415 if ((c = channel_lookup(s->chanid)) == NULL) in session_exit_message()