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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/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
360 int res_ninit (res_state) __THROW;
361 int res_nisourserver (const res_state,
363 void fp_resstat (const res_state, FILE *) __THROW;
364 void res_npquery (const res_state, const u_char *, int, FILE *)
366 const char * res_hostalias (const res_state, const char *, char *, size_t)
368 int res_nquery (res_state, const char *, int, int, u_char *, int)
370 int res_nsearch (res_state, const char *, int, int, u_char *, int)
372 int res_nquerydomain (res_state, const char *, const char *, int
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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
360 int res_ninit (res_state) __THROW;
361 int res_nisourserver (const res_state,
363 void fp_resstat (const res_state, FILE *) __THROW;
364 void res_npquery (const res_state, const u_char *, int, FILE *)
366 const char * res_hostalias (const res_state, const char *, char *, size_t)
368 int res_nquery (res_state, const char *, int, int, u_char *, int)
370 int res_nsearch (res_state, const char *, int, int, u_char *, int)
372 int res_nquerydomain (res_state, const char *, const char *, int
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-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
360 int res_ninit (res_state) __THROW;
361 int res_nisourserver (const res_state,
363 void fp_resstat (const res_state, FILE *) __THROW;
364 void res_npquery (const res_state, const u_char *, int, FILE *)
366 const char * res_hostalias (const res_state, const char *, char *, size_t)
368 int res_nquery (res_state, const char *, int, int, u_char *, int)
370 int res_nsearch (res_state, const char *, int, int, u_char *, int)
372 int res_nquerydomain (res_state, const char *, const char *, int
    [all...]
  /bionic/libc/private/
resolv_private.h 193 typedef struct __res_state *res_state; typedef in typeref:struct:__res_state
456 int res_ninit(res_state);
457 int res_nisourserver(const res_state, const struct sockaddr_in *);
458 void fp_resstat(const res_state, FILE *);
459 void res_pquery(const res_state, const u_char *, int, FILE *);
460 const char * res_hostalias(const res_state, const char *, char *, size_t);
461 int res_nquery(res_state, const char *, int, int, u_char *, int);
462 int res_nsearch(res_state, const char *, int, int, u_char *, int);
463 int res_nquerydomain(res_state, const char *, const char *,
465 int res_nmkquery(res_state, int, const char *, int, int
    [all...]

Completed in 838 milliseconds