Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dctl.h54 typedef void (*ctl_clntdone)(struct ctl_cctx *, void *, const char *, u_int); typedef
81 ctl_clntdone, void *,
85 ctl_clntdone, void *);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c73 ctl_clntdone donefunc;
82 ctl_clntdone donefunc;
96 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
143 ctl_clntdone donefunc, void *uap, in ctl_client()
231 ctl_clntdone donefunc, void *uap) in ctl_command()
269 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran()