HomeSort by relevance Sort by last modified time
    Searched defs:want_reply (Results 1 - 2 of 2) sorted by null

  /external/openssh/
serverloop.c 1101 int want_reply; local
1105 want_reply = packet_get_char();
1106 debug("server_input_global_request: rtype %s want_reply %d", rtype, want_reply);
1125 (!want_reply && listen_port == 0)
1156 if (want_reply) {
    [all...]
clientloop.c 1971 int want_reply; local
    [all...]

Completed in 31 milliseconds