HomeSort by relevance Sort by last modified time
    Searched full:res_static (Results 1 - 8 of 8) sorted by null

  /bionic/libc/dns/include/
resolv_static.h 18 typedef struct res_static { struct
28 } *res_static; typedef in typeref:struct:res_static
30 extern res_static __res_get_static(void);
resolv_private.h 204 struct res_static rstatic[1];
  /bionic/libc/dns/net/
getservent.c 39 res_static rs = __res_get_static();
52 getservent_r( res_static rs )
125 res_static rs = __res_get_static();
getservbyname.c 34 res_static rs = __res_get_static();
getservbyport.c 35 res_static rs = __res_get_static();
servent.h 44 struct servent* getservent_r(res_static rs);
gethnamaddr.c     [all...]
  /bionic/libc/dns/resolv/
res_state.c 59 struct res_static _rstatic[1];
81 _res_static_done( res_static rs )
216 res_static

Completed in 95 milliseconds