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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h236 void channel_input_close_confirmation(int, u_int32_t, void *);
H A Dssh_namespace.h109 #define channel_input_close_confirmation ssh_channel_input_close_confirmation macro
H A Dserverloop.c1256 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation);
H A Dclientloop.c2232 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation);
H A Dchannels.c2545 channel_input_close_confirmation(int type, u_int32_t seq, void *ctxt) function

Completed in 174 milliseconds