CTLSTAT_FLAG_HEADER
#define F_HDR(ctx) ((ctx)->flags & CTLSTAT_FLAG_HEADER)
ctx.flags |= CTLSTAT_FLAG_HEADER;
ctx.flags &= ~CTLSTAT_FLAG_HEADER;