12345678910111213141516171819202122232425 |
- #pragma once
- #include "netd_resolv/resolv.h"
- #include "stats.pb.h"
- int resolv_res_nsend(const android_net_context* netContext, const uint8_t* msg, int msgLen,
- uint8_t* ans, int ansLen, int* rcode, uint32_t flags,
- android::net::NetworkDnsEventReported* event);
|