Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h328 int channel_input_open_failure(int, u_int32_t, struct ssh *);
H A Dserverloop.c886 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch()
H A Dssh_namespace.h136 #define channel_input_open_failure Fssh_channel_input_open_failure macro
H A Dclientloop.c2803 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch()
H A Dchannels.c3620 channel_input_open_failure(int type, u_int32_t seq, struct ssh *ssh) in channel_input_open_failure() function