Searched refs:new_tran (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_clnt.c | 102 static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int); 257 tran = new_tran(ctx, donefunc, uap, 1); in ctl_command() 275 new_tran(struct ctl_cctx *ctx, ctl_clntdone donefunc, void *uap, int w) { in new_tran() function 426 tran = new_tran(ctx, ctx->donefunc, ctx->uap, 0); in conn_done()
|