Home | History | Annotate | Download | only in dist

Lines Matching defs:counts

63 	uint16_t counts[RR_SECTION_COUNT];
75 counts[section] = 0;
84 counts[section] += packet_encode_rrset(
100 counts[ADDITIONAL_A_SECTION] == 0 &&
108 ANCOUNT_SET(q->packet, counts[ANSWER_SECTION]);
110 counts[AUTHORITY_SECTION]
111 + counts[OPTIONAL_AUTHORITY_SECTION]);
113 counts[ADDITIONAL_A_SECTION]
114 + counts[ADDITIONAL_AAAA_SECTION]
115 + counts[ADDITIONAL_OTHER_SECTION]);