Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/drill/
H A Ddrill.c320 DRILL_ON(qflags, LDNS_TC); in main()
323 DRILL_OFF(qflags, LDNS_TC); in main()
/dragonfly/contrib/ldns/ldns/
H A Dpacket.h29 #define LDNS_TC 4 /* TrunCated - server flag */ macro
/dragonfly/contrib/ldns/
H A Dpacket.c926 if ((flags & LDNS_TC) == LDNS_TC) { in ldns_pkt_set_flags()