Home
last modified time | relevance | path

Searched refs:channel_input_close (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dchannels.h241 int channel_input_close(int, u_int32_t, void *);
Dclientloop.c2719 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in client_init_dispatch_13()
Dchannels.c2847 channel_input_close(int type, u_int32_t seq, void *ctxt) function