Searched refs:channel_input_close (Results 1 – 4 of 4) sorted by relevance
190 void channel_input_close(int, u_int32_t, void *);
1286 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in server_init_dispatch_13()
1593 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close); in client_init_dispatch_13()
1947 channel_input_close(int type, u_int32_t seq, void *ctxt) in channel_input_close() function