Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h327 int channel_input_open_confirmation(int, u_int32_t, struct ssh *);
H A Dserverloop.c884 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch()
H A Dssh_namespace.h144 #define channel_input_open_confirmation Fssh_channel_input_open_confirmation macro
H A Dclientloop.c2801 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch()
H A Dchannels.c3563 channel_input_open_confirmation(int type, u_int32_t seq, struct ssh *ssh) in channel_input_open_confirmation() function