Home
last modified time | relevance | path

Searched refs:ldns_pkt_tc (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/ldns/ldns/
HDpacket.h324 bool ldns_pkt_tc(const ldns_pkt *p);
/trueos/contrib/ldns/
HDhost2wire.c239 | ldns_pkt_tc(packet) << 1 | ldns_pkt_rd(packet); in ldns_hdr2buffer_wire()
HDpacket.c57 ldns_pkt_tc(const ldns_pkt *packet) in ldns_pkt_tc() function
1112 ldns_pkt_set_tc(new_pkt, ldns_pkt_tc(pkt)); in ldns_pkt_clone()
HDresolver.c1114 if (ldns_pkt_tc(answer_pkt)) { in ldns_resolver_send_pkt()
1135 ldns_pkt_tc(answer_pkt)) { in ldns_resolver_send_pkt()
HDhost2str.c1738 if (ldns_pkt_tc(pkt)) { in ldns_pktheader2buffer_str()
/trueos/contrib/ldns-host/
HDldns-host.c363 if (ldns_pkt_tc(pkt)) printf(" tc"), got_flags = 1; in print_pkt_verbose()
622 if (ldns_pkt_tc(*pkt) && !ldns_resolver_usevc(res)) { in query()
/trueos/contrib/ldns/drill/
HDdrill.c864 if (ldns_pkt_tc(pkt)) { in main()