Lines Matching defs:flags
39 dns_keyflags_t flags;
49 /* flags */
52 RETTOK(dns_keyflags_fromtext(&flags, &token.value.as_textregion));
53 RETERR(uint16_tobuffer(flags, target));
68 if ((flags & 0xc000) == 0xc000)
86 unsigned int flags;
94 /* flags */
95 flags = uint16_fromregion(&sr);
97 sprintf(buf, "%u", flags);
114 if ((flags & 0xc000) == 0xc000)
118 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
124 if ((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0)
126 else if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
129 if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
132 if ((tctx->flags & DNS_STYLEFLAG_COMMENT) != 0) {
214 RETERR(uint16_tobuffer(key->flags, target));
244 key->flags = uint16_fromregion(&sr);