Lines Matching refs:cid
100 u_int cid; /* channel id */ member
192 mux_master_session_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused) in mux_master_session_cleanup_cb() argument
194 Channel *cc, *c = channel_by_id(ssh, cid); in mux_master_session_cleanup_cb()
196 debug3_f("entering for channel %d", cid); in mux_master_session_cleanup_cb()
198 fatal_f("channel_by_id(%i) == NULL", cid); in mux_master_session_cleanup_cb()
213 mux_master_control_cleanup_cb(struct ssh *ssh, int cid, int force, void *unused) in mux_master_control_cleanup_cb() argument
215 Channel *sc, *c = channel_by_id(ssh, cid); in mux_master_control_cleanup_cb()
217 debug3_f("entering for channel %d", cid); in mux_master_control_cleanup_cb()
219 fatal_f("channel_by_id(%i) == NULL", cid); in mux_master_control_cleanup_cb()
605 if ((c = channel_by_id(ssh, fctx->cid)) == NULL) { in mux_confirm_remote_forward()
825 fctx->cid = c->self; in mux_master_process_open_fwd()