Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_state.c47 unsigned _serial; member
60 rt->_serial = 0; in _res_thread_alloc()
63 rt->_serial = rt->_pi->serial; in _res_thread_alloc()
116 rt->_serial = 0; in _res_thread_get()
123 if (rt->_pi == NULL || rt->_serial == rt->_pi->serial) { in _res_thread_get()
126 rt->_serial = rt->_pi->serial; in _res_thread_get()
133 _resolv_cache_reset(rt->_serial); in _res_thread_get()