Lines Matching refs:res_state
194 typedef struct __res_state *res_state; typedef
459 int res_ninit(res_state);
460 int res_nisourserver(const res_state, const struct sockaddr_in *);
461 void fp_resstat(const res_state, FILE *);
462 __LIBC_HIDDEN__ void res_pquery(const res_state, const u_char *, int, FILE *);
463 const char * res_hostalias(const res_state, const char *, char *, size_t);
464 int res_nquery(res_state, const char *, int, int, u_char *, int);
465 int res_nsearch(res_state, const char *, int, int, u_char *, int);
466 int res_nquerydomain(res_state, const char *, const char *,
468 int res_nmkquery(res_state, int, const char *, int, int,
471 int res_nsend(res_state, const u_char *, int, u_char *, int);
472 int res_nsendsigned(res_state, const u_char *, int,
474 int res_findzonecut(res_state, const char *, ns_class, int,
476 int res_findzonecut2(res_state, const char *, ns_class, int,
479 void res_nclose(res_state);
480 __LIBC_HIDDEN__ int res_nopt(res_state, int, u_char *, int, int);
483 __LIBC_HIDDEN__ int __res_vinit(res_state, int);
489 __LIBC_HIDDEN__ const char * res_get_nibblesuffix(res_state);
490 __LIBC_HIDDEN__ const char * res_get_nibblesuffix2(res_state);
491 __LIBC_HIDDEN__ void res_ndestroy(res_state);
494 __LIBC_HIDDEN__ void res_setservers(res_state,
496 __LIBC_HIDDEN__ int res_getservers(res_state,
500 __LIBC_HIDDEN__ void res_setnetcontext(res_state, const struct android_net_context *);