Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h325 int channel_input_oclose(int, u_int32_t, struct ssh *);
H A Dserverloop.c915 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch()
H A Dssh_namespace.h144 #define channel_input_oclose Fssh_channel_input_oclose macro
H A Dclientloop.c2832 ssh_dispatch_set(ssh, SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch()
H A Dchannels.c3552 channel_input_oclose(int type, u_int32_t seq, struct ssh *ssh) in channel_input_oclose() function