Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h281 int channel_input_open_failure(int, u_int32_t, struct ssh *);
Dserverloop.c971 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch()
Dclientloop.c2412 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch()
Dchannels.c3206 channel_input_open_failure(int type, u_int32_t seq, struct ssh *ssh) function