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

/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dctl_clnt.c102 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);
257 tran = new_tran(ctx, donefunc, uap, 1);
275 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { function
426 tran = new_tran(ctx, ctx->donefunc, ctx->uap, 0);
428 (*ctx->logger)(ctl_error, "%s: new_tran failed: %s", me,

Completed in 71 milliseconds