Lines Matching defs:ctl_sess
86 struct ctl_sess { struct88 struct ctl_sctx * ctx;89 enum state state;90 int sock;91 union sa_un sa;92 evFileID rdID;93 evStreamID wrID;94 evTimerID rdtiID;95 evTimerID wrtiID;96 struct ctl_buf inbuf;120 LIST(struct ctl_sess) sess; argument