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

/freebsd-11-stable/crypto/openssh/
H A Dchannels.c2924 channel_input_open_confirmation(int type, u_int32_t seq, void *ctxt) function
H A Dchannels.h247 int channel_input_open_confirmation(int, u_int32_t, void *);
H A Dclientloop.c2699 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
2722 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
H A Dserverloop.c855 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
H A Dssh_namespace.h161 #define channel_input_open_confirmation Fssh_channel_input_open_confirmation macro

Completed in 150 milliseconds