Home
last modified time | relevance | path

Searched refs:channel_input_open_failure (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/crypto/openssh/
Dchannels.h242 void channel_input_open_failure(int, u_int32_t, void *);
Dserverloop.c1237 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_20()
1261 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in server_init_dispatch_13()
Dssh_namespace.h138 #define channel_input_open_failure ssh_channel_input_open_failure macro
Dclientloop.c2213 dispatch_set(SSH2_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_20()
2236 dispatch_set(SSH_MSG_CHANNEL_OPEN_FAILURE, &channel_input_open_failure); in client_init_dispatch_13()
Dchannels.c2617 channel_input_open_failure(int type, u_int32_t seq, void *ctxt) function