MCPcopy Create free account
hub / github.com/apache/trafficserver / DNSProcessor

Method DNSProcessor

src/iocore/dns/DNS.cc:410–415  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410DNSProcessor::DNSProcessor()
411{
412 ink_zero(l_res);
413 ink_zero(local_ipv6);
414 ink_zero(local_ipv4);
415}
416
417void
418DNSEntry::init(DNSQueryData target, int qtype_arg, Continuation *acont, DNSProcessor::Options const &opt)

Callers

nothing calls this directly

Calls 1

ink_zeroFunction · 0.85

Tested by

no test coverage detected