Lines Matching refs:res_state
193 typedef struct __res_state *res_state; typedef
467 int res_ninit(res_state);
468 int res_nisourserver(const res_state, const struct sockaddr_in *);
469 void fp_resstat(const res_state, FILE *);
470 __LIBC_HIDDEN__ void res_pquery(const res_state, const u_char *, int, FILE *);
471 const char * res_hostalias(const res_state, const char *, char *, size_t);
472 int res_nquery(res_state, const char *, int, int, u_char *, int);
473 int res_nsearch(res_state, const char *, int, int, u_char *, int);
474 int res_nquerydomain(res_state, const char *, const char *,
476 int res_nmkquery(res_state, int, const char *, int, int,
479 int res_nsend(res_state, const u_char *, int, u_char *, int);
480 int res_nsendsigned(res_state, const u_char *, int,
482 int res_findzonecut(res_state, const char *, ns_class, int,
484 int res_findzonecut2(res_state, const char *, ns_class, int,
487 void res_nclose(res_state);
488 __LIBC_HIDDEN__ int res_nopt(res_state, int, u_char *, int, int);
491 __LIBC_HIDDEN__ int __res_vinit(res_state, int);
497 __LIBC_HIDDEN__ const char * res_get_nibblesuffix(res_state);
498 __LIBC_HIDDEN__ const char * res_get_nibblesuffix2(res_state);
499 __LIBC_HIDDEN__ void res_ndestroy(res_state);
502 __LIBC_HIDDEN__ void res_setservers(res_state,
504 __LIBC_HIDDEN__ int res_getservers(res_state,
508 __LIBC_HIDDEN__ void res_setnetcontext(res_state, const struct android_net_context *);