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 196 typedef struct __res_state *res_state; typedef in typeref:struct:__res_state
453 int res_ninit(res_state);
454 int res_nisourserver(const res_state, const struct sockaddr_in *);
455 void fp_resstat(const res_state, FILE *);
456 void res_pquery(const res_state, const u_char *, int, FILE *);
457 const char * res_hostalias(const res_state, const char *, char *, size_t);
458 int res_nquery(res_state, const char *, int, int, u_char *, int);
459 int res_nsearch(res_state, const char *, int, int, u_char *, int);
460 int res_nquerydomain(res_state, const char *, const char *,
462 int res_nmkquery(res_state, int, const char *, int, int
    [all...]

Completed in 53 milliseconds