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

/macosx-10.10/OpenSSH-189/openssh/
H A Dchannels.h235 void channel_input_open_failure(int, u_int32_t, void *);
H A Dserverloop.c1223 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
1247 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dclientloop.c2273 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
2296 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure);
H A Dchannels.c2554 channel_input_open_failure(int type, u_int32_t seq, void *ctxt) function

Completed in 143 milliseconds