OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ctl_child_id
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
channels.h
148
uint32_t
ctl_child_id
; /* child session for mux controllers */
member in struct:Channel
149
int have_ctl_child_id;/* non-zero if
ctl_child_id
is valid */
mux.c
196
cc->
ctl_child_id
= 0;
213
if ((sc = channel_by_id(ssh, c->
ctl_child_id
)) == NULL)
215
c->self, c->
ctl_child_id
);
216
c->
ctl_child_id
= 0;
465
c->
ctl_child_id
= nc->self; /* link control -> session channel */
1075
c->
ctl_child_id
= nc->self; /* link control -> session channel */
channels.c
1082
c->have_ctl_child_id ? "c" : "nc", c->
ctl_child_id
,
Completed in 24 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026