Searched defs:statp (Results 1 – 5 of 5) sorted by relevance
| /packages/modules/DnsResolver/ |
| D | res_query.cpp | 102 int res_nquery(ResState* statp, const char* name, // domain name in res_nquery() 201 int res_nsearch(ResState* statp, const char* name, /* domain name */ in res_nsearch() 318 int res_nquerydomain(ResState* statp, const char* name, const char* domain, int cl, in res_nquerydomain()
|
| D | res_send.cpp | 314 static int res_ourserver_p(ResState* statp, const sockaddr* sa) { in res_ourserver_p() 439 int res_nsend(ResState* statp, span<const uint8_t> msg, span<uint8_t> ans, int* rcode, in res_nsend() 687 static struct timespec get_timeout(ResState* statp, const res_params* params, const int addrIndex) { in get_timeout() 708 static int send_vc(ResState* statp, res_params* params, span<const uint8_t> msg, span<uint8_t> ans, in send_vc() 980 static std::vector<pollfd> extractUdpFdset(ResState* statp, const short events = POLLIN) { in extractUdpFdset() 988 static Result<std::vector<int>> udpRetryingPoll(ResState* statp, const timespec* finish) { in udpRetryingPoll() 1014 static Result<std::vector<int>> udpRetryingPollWrapper(ResState* statp, int addrInfo, in udpRetryingPollWrapper() 1026 bool ignoreInvalidAnswer(ResState* statp, const sockaddr_storage& from, span<const uint8_t> msg, in ignoreInvalidAnswer() 1053 static int setupUdpSocket(ResState* statp, const sockaddr* sockap, unique_fd* fd_out, int* terrno) { in setupUdpSocket() 1085 static int send_dg(ResState* statp, res_params* params, span<const uint8_t> msg, span<uint8_t> ans, in send_dg() [all …]
|
| D | res_mkquery.cpp | 192 int res_nopt(ResState* statp, int n0, /* current offset in buffer */ in res_nopt()
|
| D | DnsTlsDispatcher.cpp | 108 ResState* statp, const Slice query, in query()
|
| D | res_cache.cpp | 1745 void resolv_populate_res_for_net(ResState* statp) { in resolv_populate_res_for_net()
|