HomeSort by: relevance | last modified time | path
    Searched refs:want_reply (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
serverloop.c 781 u_char want_reply = 0; local
793 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
795 debug_f("rtype %s want_reply %d", rtype, want_reply);
811 (!want_reply && fwd.listen_port == 0)) {
867 if (want_reply) {
888 u_char want_reply = 0; local
893 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
897 id, rtype, want_reply);
910 if (want_reply && !(c->flags & CHAN_CLOSE_SENT))
    [all...]
clientloop.c 2685 u_char want_reply; local
2689 (r = sshpkt_get_u8(ssh, &want_reply)) != 0)
2691 debug("client_input_global_request: rtype %s want_reply %d",
2692 rtype, want_reply);
2695 if (want_reply) {
channels.c 5314 const char *disp, const char *proto, const char *data, int want_reply)
5364 channel_request_start(ssh, client_session_id, "x11-req", want_reply);

Completed in 30 milliseconds