Home
last modified time | relevance | path

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

/titanic_41/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 *);
/titanic_41/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c79 ctl_clntdone donefunc;
88 ctl_clntdone donefunc;
102 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
149 ctl_clntdone donefunc, void *uap, in ctl_client()
237 ctl_clntdone donefunc, void *uap) in ctl_command()
275 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran()