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

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h235 void channel_input_close(int, u_int32_t, void *);
H A Dssh_namespace.h108 #define channel_input_close ssh_channel_input_close macro
H A Dserverloop.c1255 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close);
H A Dclientloop.c2231 dispatch_set(SSH_MSG_CHANNEL_CLOSE, &channel_input_close);
H A Dchannels.c2493 channel_input_close(int type, u_int32_t seq, void *ctxt) function

Completed in 98 milliseconds