Searched refs:ldns_pkt_nscount (Results 1 – 8 of 8) sorted by relevance
113 ldns_pkt_nscount(const ldns_pkt *packet) in ldns_pkt_nscount() function413 return ldns_pkt_nscount(packet); in ldns_pkt_section_count()419 ldns_pkt_nscount(packet) + in ldns_pkt_section_count()423 ldns_pkt_nscount(packet) + in ldns_pkt_section_count()698 ldns_pkt_set_nscount(packet, ldns_pkt_nscount(packet) + 1); in ldns_pkt_push_rr()1182 && ldns_pkt_nscount(p) == 1) { in ldns_pkt_reply_type()1195 if (ldns_pkt_ancount(p) == 0 && ldns_pkt_nscount(p) > 0) { in ldns_pkt_reply_type()1236 ldns_pkt_set_nscount(new_pkt, ldns_pkt_nscount(pkt)); in ldns_pkt_clone()
294 return ldns_pkt_nscount(p); in ldns_update_upcount()
444 for (i = 0; i < ldns_pkt_nscount(packet); i++) { in ldns_wire2pkt()
352 ldns_buffer_write_u16(buffer, ldns_pkt_nscount(packet)); in ldns_hdr2buffer_wire()
2101 ldns_buffer_printf(output, "AUTHORITY: %u, ", ldns_pkt_nscount(pkt)); in ldns_pktheader2buffer_str()2735 for (i = 0; i < ldns_pkt_nscount(pkt); i++) { in ldns_pkt2buffer_str_fmt()
213 for (i = 0; i < ldns_pkt_nscount(pkt); i++) { in ldns_dnssec_pkt_has_rrsigs()
383 uint16_t ldns_pkt_nscount(const ldns_pkt *p);
505 ldns_pkt_nscount(pkt), ldns_pkt_arcount(pkt)); in print_pkt_verbose()