Home | History | Annotate | Download | only in resolv

Lines Matching refs:_pi

58     struct prop_info*   _pi;
71 rt->_pi = (struct prop_info*) __system_property_find("net.change");
72 if (rt->_pi) {
73 rt->_serial = __system_property_serial(rt->_pi);
122 __FUNCTION__, gettid(), rt, rt->_pi, rt->_serial);
123 if (rt->_pi == NULL) {
128 rt->_pi = (struct prop_info*) __system_property_find("net.change");
129 if (rt->_pi == NULL) {
136 if (rt->_serial == __system_property_serial(rt->_pi)) {
143 rt->_serial = __system_property_serial(rt->_pi);