HomeSort by relevance Sort by last modified time
    Searched defs:res_state (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
resolv.h 54 /* These headers are needed for types used in the `struct res_state'
151 typedef struct __res_state *res_state; typedef in typeref:struct:__res_state
364 int res_ninit (res_state) __THROW;
365 int res_nisourserver (const res_state,
367 void fp_resstat (const res_state, FILE *) __THROW;
368 void res_npquery (const res_state, const u_char *, int, FILE *)
370 const char * res_hostalias (const res_state, const char *, char *, size_t)
372 int res_nquery (res_state, const char *, int, int, u_char *, int)
374 int res_nsearch (res_state, const char *, int, int, u_char *, int)
376 int res_nquerydomain (res_state, const char *, const char *, int
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 54 /* These headers are needed for types used in the `struct res_state'
151 typedef struct __res_state *res_state; typedef in typeref:struct:__res_state
364 int res_ninit (res_state) __THROW;
365 int res_nisourserver (const res_state,
367 void fp_resstat (const res_state, FILE *) __THROW;
368 void res_npquery (const res_state, const u_char *, int, FILE *)
370 const char * res_hostalias (const res_state, const char *, char *, size_t)
372 int res_nquery (res_state, const char *, int, int, u_char *, int)
374 int res_nsearch (res_state, const char *, int, int, u_char *, int)
376 int res_nquerydomain (res_state, const char *, const char *, int
    [all...]
  /bionic/libc/dns/include/
resolv_private.h 199 typedef struct __res_state *res_state; typedef in typeref:struct:__res_state
457 int res_ninit(res_state);
458 int res_nisourserver(const res_state, const struct sockaddr_in *);
459 void fp_resstat(const res_state, FILE *);
460 __LIBC_HIDDEN__ void res_pquery(const res_state, const u_char *, int, FILE *);
461 const char * res_hostalias(const res_state, const char *, char *, size_t);
462 int res_nquery(res_state, const char *, int, int, u_char *, int);
463 int res_nsearch(res_state, const char *, int, int, u_char *, int);
464 int res_nquerydomain(res_state, const char *, const char *,
466 int res_nmkquery(res_state, int, const char *, int, int
    [all...]

Completed in 798 milliseconds