Home
last modified time | relevance | path

Searched refs:LDNS_QDCOUNT (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/ldns/ldns/
H A Dwire2host.h102 #define LDNS_QDCOUNT(wirebuf) (ldns_read_uint16(wirebuf+LDNS_QDCOUNT_OFF)) macro
/dragonfly/contrib/ldns/
H A Dwire2host.c384 ldns_pkt_set_qdcount(packet, LDNS_QDCOUNT(wire)); in ldns_wire2pkt_hdr()
H A Dtsig.c73 qd_count = LDNS_QDCOUNT(wire); in ldns_tsig_prepare_pkt_wire()