Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_init.cpp126 int res_ninit(res_state statp) { in res_ninit()
131 int res_vinit(res_state statp, int preinit) { in res_vinit()
202 static void res_setoptions(res_state statp, const char* options, const char* source) { in res_setoptions()
279 void res_nclose(res_state statp) { in res_nclose()
295 void res_ndestroy(res_state statp) { in res_ndestroy()
302 void res_setservers(res_state statp, const sockaddr_union* set, int cnt) { in res_setservers()
347 int res_getservers(res_state statp, sockaddr_union* set, int cnt) { in res_getservers()
386 void res_setnetcontext(res_state statp, const struct android_net_context* netcontext) { in res_setnetcontext()
Dres_query.cpp109 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()
342 int res_nquerydomain(res_state statp, const char* name, const char* domain, int cl, in res_nquerydomain()
Dres_mkquery.cpp102 int res_nmkquery(res_state statp, int op, /* opcode of query */ in res_nmkquery()
197 int res_nopt(res_state statp, int n0, /* current offset in buffer */ in res_nopt()
Dres_send.cpp267 static int res_ourserver_p(const res_state statp, const sockaddr* sa) { in res_ourserver_p()
376 int res_nsend(res_state statp, const u_char* buf, int buflen, u_char* ans, int anssiz, int* rcode, in res_nsend()
668 static struct sockaddr* get_nsaddr(res_state statp, size_t n) { in get_nsaddr()
686 static struct timespec get_timeout(const res_state statp, const res_params* params, const int ns) { in get_timeout()
707 static int send_vc(res_state statp, res_params* params, const u_char* buf, int buflen, u_char* ans, in send_vc()
973 static int send_dg(res_state statp, res_params* params, const u_char* buf, int buflen, u_char* ans, in send_dg()
1164 static void Aerror(const res_state statp, const char* string, int error, in Aerror()
1185 static void Perror(const res_state statp, const char* string, int error) { in Perror()
1214 static int res_tls_send(res_state statp, const Slice query, const Slice answer, int* rcode, in res_tls_send()
Dres_cache.cpp1869 void _resolv_populate_res_for_net(res_state statp) { in _resolv_populate_res_for_net()