Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_state.c48 struct prop_info* _pi; member
61 rt->_pi = (struct prop_info*) __system_property_find("net.change"); in _res_thread_alloc()
62 if (rt->_pi) { in _res_thread_alloc()
63 rt->_serial = rt->_pi->serial; in _res_thread_alloc()
120 if (rt->_pi == NULL) { in _res_thread_get()
121 rt->_pi = (struct prop_info*) __system_property_find("net.change"); 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()