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

/freebsd-10-stable/crypto/openssh/
H A Dchannels.h234 int channel_input_close_confirmation(int, u_int32_t, void *);
H A Dssh_namespace.h162 #define channel_input_close_confirmation Fssh_channel_input_close_confirmation macro
H A Dserverloop.c1387 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation);
H A Dclientloop.c2672 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation);
H A Dchannels.c2556 channel_input_close_confirmation(int type, u_int32_t seq, void *ctxt) function

Completed in 282 milliseconds