Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/ldns/
H A Dwire2host.h114 #define LDNS_ARCOUNT(wirebuf) (ldns_read_uint16(wirebuf+LDNS_ARCOUNT_OFF)) macro
/dragonfly/contrib/ldns/
H A Dwire2host.c387 ldns_pkt_set_arcount(packet, LDNS_ARCOUNT(wire)); in ldns_wire2pkt_hdr()
H A Dtsig.c76 ar_count = LDNS_ARCOUNT(wire); in ldns_tsig_prepare_pkt_wire()