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

/freebsd-10-stable/contrib/ldns/
H A Dpacket.c111 ldns_pkt_nscount(const ldns_pkt *packet) function
391 return ldns_pkt_nscount(packet);
397 ldns_pkt_nscount(packet) +
401 ldns_pkt_nscount(packet) +
667 ldns_pkt_set_nscount(packet, ldns_pkt_nscount(packet) + 1);
1067 && ldns_pkt_nscount(p) == 1) {
1080 if (ldns_pkt_ancount(p) == 0 && ldns_pkt_nscount(p) > 0) {
1121 ldns_pkt_set_nscount(new_pkt, ldns_pkt_nscount(pkt));
H A Dupdate.c287 return ldns_pkt_nscount(p);
H A Dhost2wire.c251 ldns_buffer_write_u16(buffer, ldns_pkt_nscount(packet));
H A Dwire2host.c438 for (i = 0; i < ldns_pkt_nscount(packet); i++) {
H A Dhost2str.c1756 ldns_buffer_printf(output, "AUTHORITY: %u, ", ldns_pkt_nscount(pkt));
1811 for (i = 0; i < ldns_pkt_nscount(pkt); i++) {
H A Ddnssec.c207 for (i = 0; i < ldns_pkt_nscount(pkt); i++) {
/freebsd-10-stable/contrib/ldns/ldns/
H A Dpacket.h378 uint16_t ldns_pkt_nscount(const ldns_pkt *p);
/freebsd-10-stable/contrib/ldns-host/
H A Dldns-host.c371 ldns_pkt_nscount(pkt), ldns_pkt_arcount(pkt));

Completed in 106 milliseconds