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