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

/osnet-11/usr/src/lib/libresolv2/include/isc/
H A Dctl.h34 #define CTL_MORE 0x0001 /*%< More will be / should be sent. */ macro
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dctl_srvr.c333 code, (flags & CTL_MORE) != 0 ? '-' : ' ',
382 ctl_morehelp(ctx, sess, NULL, me, CTL_MORE,
749 } else if ((sess->respflags & CTL_MORE) != 0) {
752 CTL_MORE, sess->respctx, sess->ctx->uctx);
772 REQUIRE((respflags & CTL_MORE) != 0);
774 respflags &= ~CTL_MORE;
H A Dctl_clnt.c545 (done ? 0 : CTL_MORE));

Completed in 29 milliseconds