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

/freebsd-10-stable/crypto/openssh/
H A Dchannels.h239 int channel_input_open_confirmation(int, u_int32_t, void *);
H A Dserverloop.c1365 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
1389 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
H A Dclientloop.c2651 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
2674 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
H A Dssh_namespace.h167 #define channel_input_open_confirmation Fssh_channel_input_open_confirmation macro
H A Dchannels.c2574 channel_input_open_confirmation(int type, u_int32_t seq, void *ctxt) function

Completed in 191 milliseconds