Home
last modified time | relevance | path

Searched refs:ctl_child_id (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Dmux.c194 cc->ctl_child_id = 0; in mux_master_session_cleanup_cb()
211 if ((sc = channel_by_id(ssh, c->ctl_child_id)) == NULL) in mux_master_control_cleanup_cb()
213 c->self, c->ctl_child_id); in mux_master_control_cleanup_cb()
214 c->ctl_child_id = 0; in mux_master_control_cleanup_cb()
456 c->ctl_child_id = nc->self; /* link control -> session channel */ in mux_master_process_new_session()
1028 c->ctl_child_id = nc->self; /* link control -> session channel */ in mux_master_process_stdio_fwd()
Dchannels.h144 uint32_t ctl_child_id; /* child session for mux controllers */ member
Dchannels.c1030 c->have_ctl_child_id ? "c" : "nc", c->ctl_child_id, in channel_format_status()