Searched refs:ldns_pkt_nscount (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ldns/
H A Dpacket.c111 ldns_pkt_nscount(const ldns_pkt *packet) function
397 return ldns_pkt_nscount(packet);
403 ldns_pkt_nscount(packet) +
407 ldns_pkt_nscount(packet) +
673 ldns_pkt_set_nscount(packet, ldns_pkt_nscount(packet) + 1);
1075 && ldns_pkt_nscount(p) == 1) {
1088 if (ldns_pkt_ancount(p) == 0 && ldns_pkt_nscount(p) > 0) {
1129 ldns_pkt_set_nscount(new_pkt, ldns_pkt_nscount(pkt));
H A Dupdate.c294 return ldns_pkt_nscount(p);
H A Dhost2wire.c342 ldns_buffer_write_u16(buffer, ldns_pkt_nscount(packet));
H A Dwire2host.c441 for (i = 0; i < ldns_pkt_nscount(packet); i++) {
H A Dhost2str.c1758 ldns_buffer_printf(output, "AUTHORITY: %u, ", ldns_pkt_nscount(pkt));
1813 for (i = 0; i < ldns_pkt_nscount(pkt); i++) {
H A Ddnssec.c207 for (i = 0; i < ldns_pkt_nscount(pkt); i++) {
/freebsd-12-stable/contrib/ldns/ldns/
H A Dpacket.h380 uint16_t ldns_pkt_nscount(const ldns_pkt *p);
/freebsd-12-stable/contrib/ldns-host/
H A Dldns-host.c505 ldns_pkt_nscount(pkt), ldns_pkt_arcount(pkt));

Completed in 211 milliseconds