Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/ldns/
H A Dwire2host.h68 #define LDNS_RCODE_WIRE(wirebuf) (*(wirebuf+3) & LDNS_RCODE_MASK) macro
/dragonfly/contrib/ldns/
H A Dwire2host.c382 ldns_pkt_set_rcode(packet, LDNS_RCODE_WIRE(wire)); in ldns_wire2pkt_hdr()