Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dctl.h40 struct ctl_sctx;
48 typedef void (*ctl_verbfunc)(struct ctl_sctx *, struct ctl_sess *,
52 typedef void (*ctl_srvrdone)(struct ctl_sctx *, struct ctl_sess *, void *);
96 struct ctl_sctx * ctl_server(evContext, const struct sockaddr *, size_t,
101 void ctl_endserver(struct ctl_sctx *);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c80 struct ctl_sctx * ctx;
99 struct ctl_sctx { struct
135 static void ctl_morehelp(struct ctl_sctx *,
140 static void ctl_signal_done(struct ctl_sctx *,
163 struct ctl_sctx *
173 struct ctl_sctx *ctx; in ctl_server()
270 ctl_endserver(struct ctl_sctx *ctx) { in ctl_endserver()
302 struct ctl_sctx *ctx = sess->ctx; in ctl_response()
372 struct ctl_sctx *ctx = sess->ctx; in ctl_sendhelp()
401 struct ctl_sctx *ctx = uap; in ctl_accept()
[all …]