Home
last modified time | relevance | path

Searched refs:QDCOUNT (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/bsd/nsd/dist/
H A Dxfr-inspect.c206 QDCOUNT(pkt), ANCOUNT(pkt), NSCOUNT(pkt), ARCOUNT(pkt)); in inspect_packet()
209 if(QDCOUNT(pkt) != 0) { in inspect_packet()
211 print_records(region, pkt, QDCOUNT(pkt), 1); in inspect_packet()
402 if(partnum == 0 && QDCOUNT(pkt) == 1) { in list_packet()
405 print_records(region, pkt, QDCOUNT(pkt), 1); in list_packet()
H A Dpacket.h120 #define QDCOUNT(packet) (buffer_read_u16_at((packet), 4)) macro
H A Dtsig.c549 size_t rrcount = ((size_t)QDCOUNT(packet) in tsig_find_rr()
570 if (!packet_skip_rr(packet, i < QDCOUNT(packet))) { in tsig_find_rr()
H A Daxfr.c272 if(QDCOUNT(q->packet) > 0 && (size_t)QHEADERSZ+4+ in answer_axfr_ixfr()
H A Dpacket.c352 size_t qcount = (size_t)QDCOUNT(packet); in packet_find_notify_serial()
H A Dquery.c1603 if (QDCOUNT(q->packet) != 1) { in query_process()
1604 if(QDCOUNT(q->packet) == 0 && ANCOUNT(q->packet) == 0 && in query_process()
H A Ddifffile.c1054 qcount = QDCOUNT(packet); in apply_ixfr()
H A Dxfrd.c1971 size_t qdcount = QDCOUNT(packet); in xfrd_parse_received_xfr_packet()
H A Dixfr.c446 if(QDCOUNT(packet) != 1) in parse_qserial()
/netbsd-src/external/bsd/nsd/dist/doc/
H A DREQUIREMENTS271 + QDCOUNT=1 results in further processing.
272 QDCOUNT!=1 results in RCODE=1 FORMERR
/netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dst/
H A Dtest2.data1412 | QDCOUNT |
1517 QDCOUNT an unsigned 16 bit integer specifying the number of
1534 contains QDCOUNT (usually 1) entries, each of the following format:
H A Dtest1.data1412 | QDCOUNT |
1517 QDCOUNT an unsigned 16 bit integer specifying the number of
1534 contains QDCOUNT (usually 1) entries, each of the following format:
/netbsd-src/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch2068 + /* Install ID, flags, QDCOUNT=1, ANCOUNT=# of RPZ RRs, NSCOUNT=0,
2072 + sldns_buffer_write_u16(pkt, 1); /* QDCOUNT */