Searched defs:statp (Results 1 – 5 of 5) sorted by relevance
/packages/modules/DnsResolver/ |
D | res_query.cpp | 102 int res_nquery(res_state statp, const char* name, // domain name in res_nquery() 204 int res_nsearch(res_state statp, const char* name, /* domain name */ in res_nsearch() 328 int res_nquerydomain(res_state statp, const char* name, const char* domain, int cl, in res_nquerydomain()
|
D | res_send.cpp | 295 static int res_ourserver_p(res_state statp, const sockaddr* sa) { in res_ourserver_p() 420 int res_nsend(res_state statp, const uint8_t* buf, int buflen, uint8_t* ans, int anssiz, int* rcode, in res_nsend() 634 static struct timespec get_timeout(res_state statp, const res_params* params, const int ns) { in get_timeout() 655 static int send_vc(res_state statp, res_params* params, const uint8_t* buf, int buflen, in send_vc() 932 static std::vector<pollfd> extractUdpFdset(res_state statp, const short events = POLLIN) { in extractUdpFdset() 940 static Result<std::vector<int>> udpRetryingPoll(res_state statp, const timespec* finish) { in udpRetryingPoll() 966 static Result<std::vector<int>> udpRetryingPollWrapper(res_state statp, int ns, in udpRetryingPollWrapper() 978 bool ignoreInvalidAnswer(res_state statp, const sockaddr_storage& from, const uint8_t* buf, in ignoreInvalidAnswer() 1000 static int send_dg(res_state statp, res_params* params, const uint8_t* buf, int buflen, in send_dg() 1207 static int res_tls_send(res_state statp, const Slice query, const Slice answer, int* rcode, in res_tls_send()
|
D | res_mkquery.cpp | 194 int res_nopt(res_state statp, int n0, /* current offset in buffer */ in res_nopt()
|
D | DnsTlsDispatcher.cpp | 109 res_state statp, const Slice query, in query()
|
D | res_cache.cpp | 1709 void resolv_populate_res_for_net(ResState* statp) { in resolv_populate_res_for_net()
|