Searched refs:CTL_MORE (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/lib/libresolv2/common/isc/ |
H A D | ctl_srvr.c | 333 code, (flags & CTL_MORE) != 0 ? '-' : ' ', in ctl_response() 382 ctl_morehelp(ctx, sess, NULL, me, CTL_MORE, in ctl_sendhelp() 749 } else if ((sess->respflags & CTL_MORE) != 0) { in ctl_writedone() 752 CTL_MORE, sess->respctx, sess->ctx->uctx); in ctl_writedone() 772 REQUIRE((respflags & CTL_MORE) != 0); in ctl_morehelp() 774 respflags &= ~CTL_MORE; in ctl_morehelp()
|
H A D | ctl_clnt.c | 545 (done ? 0 : CTL_MORE)); in readable()
|
/titanic_44/usr/src/lib/libresolv2/include/isc/ |
H A D | ctl.h | 34 #define CTL_MORE 0x0001 /*%< More will be / should be sent. */ macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | ntp.h | 482 #define CTL_MORE 0x20 macro
|
H A D | snoop_ntp.c | 264 getflag(ntpc->r_m_e_op, CTL_MORE, "more", in interpret_ntp()
|