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
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
) {
Completed in 19 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026