Home
last modified time | relevance | path

Searched defs:statp (Results 1 – 5 of 5) sorted by relevance

/packages/modules/DnsResolver/
Dres_query.cpp102 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()
Dres_send.cpp295 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()
Dres_mkquery.cpp194 int res_nopt(res_state statp, int n0, /* current offset in buffer */ in res_nopt()
DDnsTlsDispatcher.cpp109 res_state statp, const Slice query, in query()
Dres_cache.cpp1709 void resolv_populate_res_for_net(ResState* statp) { in resolv_populate_res_for_net()