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

/freebsd-10.3-release/crypto/openssh/
H A Dchannels.h240 int channel_input_open_failure(int, u_int32_t, void *);
H A Dserverloop.c1365 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
1389 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dclientloop.c2648 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
2671 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dssh_namespace.h168 #define channel_input_open_failure Fssh_channel_input_open_failure macro
H A Dchannels.c2620 channel_input_open_failure(int type, u_int32_t seq, void *ctxt) function

Completed in 124 milliseconds