Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libbind/dist/isc/
H A Dctl_clnt.c104 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
259 tran = new_tran(ctx, donefunc, uap, 1); in ctl_command()
277 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran() function
428 tran = new_tran(ctx, ctx->donefunc, ctx->uap, 0); in conn_done()