Home
last modified time | relevance | path

Searched refs:res_static (Results 1 – 8 of 8) sorted by relevance

/bionic/libc/private/
Dresolv_static.h18 typedef struct res_static { struct
28 } *res_static; argument
30 extern res_static __res_get_static(void);
Dresolv_private.h188 struct res_static rstatic[1];
/bionic/libc/netbsd/net/
Dservent.h44 struct servent* getservent_r(res_static rs);
Dgetservent.c38 res_static rs = __res_get_static(); in setservent()
51 getservent_r( res_static rs ) in getservent_r()
124 res_static rs = __res_get_static(); in getservent()
Dgetservbyport.c35 res_static rs = __res_get_static(); in getservbyport()
Dgetservbyname.c36 res_static rs = __res_get_static(); in getservbyname()
/bionic/libc/netbsd/resolv/
Dres_state.c60 struct res_static _rstatic[1];
82 _res_static_done( res_static rs ) in _res_static_done()
219 res_static
/bionic/libc/netbsd/
Dgethnamaddr.c186 res_static rs = __res_get_static(); in getanswer()
526 res_static rs = __res_get_static(); in gethostbyname_internal()
699 res_static rs = __res_get_static(); in _sethtent()
711 res_static rs = __res_get_static(); in _endhtent()
726 res_static rs = __res_get_static(); in _gethtent()
840 res_static rs = __res_get_static(); in _gethtbyname2()
930 res_static rs = __res_get_static(); in _gethtbyaddr()
1050 res_static rs = __res_get_static(); in gethostent()
1127 res_static rs = __res_get_static(); in _dns_gethtbyaddr()