Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h247 int channel_input_open_confirmation(int, u_int32_t, void *);
Dserverloop.c855 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch()
Dclientloop.c2699 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20()
2722 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_13()
Dchannels.c2924 channel_input_open_confirmation(int type, u_int32_t seq, void *ctxt) function