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

/freebsd-10.0-release/crypto/openssh/
H A Dclientloop.c2038 client_input_channel_req(int type, u_int32_t seq, void *ctxt) function
2048 debug("client_input_channel_req: channel %d rtype %s reply %d",
2052 error("client_input_channel_req: request for channel -1");
2054 error("client_input_channel_req: channel %d: "
2213 dispatch_set(SSH2_MSG_CHANNEL_REQUEST, &client_input_channel_req);

Completed in 74 milliseconds