Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h196 void channel_input_open_confirmation(int, u_int32_t, void *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c1256 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_20()
1289 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in server_init_dispatch_13()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1575 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_20()
1596 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation); in client_init_dispatch_13()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c2013 channel_input_open_confirmation(int type, u_int32_t seq, void *ctxt) in channel_input_open_confirmation() function