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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h242 void channel_input_open_failure(int, u_int32_t, void *);
H A Dserverloop.c1235 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
1259 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dssh_namespace.h115 #define channel_input_open_failure ssh_channel_input_open_failure macro
H A Dclientloop.c2212 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
2235 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dchannels.c2610 channel_input_open_failure(int type, u_int32_t seq, void *ctxt) function

Completed in 592 milliseconds