Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libbind/dist/include/isc/
Dctl.h56 typedef void (*ctl_clntdone)(struct ctl_cctx *, void *, const char *, u_int); typedef
83 ctl_clntdone, void *,
87 ctl_clntdone, void *);
/netbsd/src/external/bsd/libbind/dist/isc/
Dctl_clnt.c81 ctl_clntdone donefunc;
90 ctl_clntdone donefunc;
104 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
151 ctl_clntdone donefunc, void *uap, in ctl_client()
239 ctl_clntdone donefunc, void *uap) in ctl_command()
277 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran()