Home
last modified time | relevance | path

Searched refs:ctl_sess (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/include/isc/
H A Dctl.h41 struct ctl_sess;
48 typedef void (*ctl_verbfunc)(struct ctl_sctx *, struct ctl_sess *,
52 typedef void (*ctl_srvrdone)(struct ctl_sctx *, struct ctl_sess *, void *);
102 void ctl_response(struct ctl_sess *, u_int,
106 void ctl_sendhelp(struct ctl_sess *, u_int);
107 void * ctl_getcsctx(struct ctl_sess *);
108 void * ctl_setcsctx(struct ctl_sess *, void *);
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c84 struct ctl_sess { struct
85 LINK(struct ctl_sess) link;
118 LIST(struct ctl_sess) sess; argument
126 static void ctl_close(struct ctl_sess *);
127 static void ctl_new_state(struct ctl_sess *,
130 static void ctl_start_read(struct ctl_sess *);
131 static void ctl_stop_read(struct ctl_sess *);
139 static void ctl_docommand(struct ctl_sess *);
142 struct ctl_sess *,
147 struct ctl_sess *);
[all …]