OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:want_reply
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
serverloop.c
778
u_char
want_reply
= 0;
local
790
(r = sshpkt_get_u8(ssh, &
want_reply
)) != 0)
792
debug_f("rtype %s
want_reply
%d", rtype,
want_reply
);
808
(!
want_reply
&& fwd.listen_port == 0)) {
864
if (
want_reply
) {
885
u_char
want_reply
= 0;
local
890
(r = sshpkt_get_u8(ssh, &
want_reply
)) != 0)
894
id, rtype,
want_reply
);
907
if (
want_reply
&& !(c->flags & CHAN_CLOSE_SENT))
[
all
...]
clientloop.c
2678
u_char
want_reply
;
local
2682
(r = sshpkt_get_u8(ssh, &
want_reply
)) != 0)
2684
debug("client_input_global_request: rtype %s
want_reply
%d",
2685
rtype,
want_reply
);
2688
if (
want_reply
) {
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026