Home
last modified time | relevance | path

Searched refs:channel_input_close_confirmation (Results 1 – 4 of 4) sorted by relevance

/external/openssh/
Dchannels.h234 int channel_input_close_confirmation(int, u_int32_t, void *);
Dserverloop.c1395 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in server_init_dispatch_13()
Dclientloop.c2631 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_close_confirmation); in client_init_dispatch_13()
Dchannels.c2553 channel_input_close_confirmation(int type, u_int32_t seq, void *ctxt) function