Searched refs:channel_input_open_confirmation (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h241 void channel_input_open_confirmation(int, u_int32_t, void *);
H A Dserverloop.c1234 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
1258 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
H A Dssh_namespace.h114 #define channel_input_open_confirmation ssh_channel_input_open_confirmation macro
H A Dclientloop.c2211 dispatch_set(SSH2_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
2234 dispatch_set(SSH_MSG_CHANNEL_OPEN_CONFIRMATION, &channel_input_open_confirmation);
H A Dchannels.c2562 channel_input_open_confirmation(int type, u_int32_t seq, void *ctxt) function

Completed in 101 milliseconds