Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/ldns/
H A Dwire2host.h106 #define LDNS_ANCOUNT(wirebuf) (ldns_read_uint16(wirebuf+LDNS_ANCOUNT_OFF)) macro
/dragonfly/contrib/ldns/
H A Dwire2host.c385 ldns_pkt_set_ancount(packet, LDNS_ANCOUNT(wire)); in ldns_wire2pkt_hdr()
H A Dtsig.c74 an_count = LDNS_ANCOUNT(wire); in ldns_tsig_prepare_pkt_wire()