Home
last modified time | relevance | path

Searched refs:LDNS_QR_WIRE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/ldns/ldns/
H A Dwire2host.h61 #define LDNS_QR_WIRE(wirebuf) (*(wirebuf+2) & LDNS_QR_MASK) macro
/dragonfly/contrib/ldns/
H A Dwire2host.c374 ldns_pkt_set_qr(packet, LDNS_QR_WIRE(wire)); in ldns_wire2pkt_hdr()