Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h238 int channel_input_oclose(int, u_int32_t, void *);
Dserverloop.c1368 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in server_init_dispatch_20()
1407 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, &channel_input_oclose); in server_init_dispatch_15()
Dclientloop.c2591 dispatch_set(SSH2_MSG_CHANNEL_CLOSE, &channel_input_oclose); in client_init_dispatch_20()
2637 dispatch_set(SSH_MSG_CHANNEL_CLOSE_CONFIRMATION, & channel_input_oclose); in client_init_dispatch_15()
Dchannels.c2523 channel_input_oclose(int type, u_int32_t seq, void *ctxt) function