Home
last modified time | relevance | path

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

/system/netd/resolv/
Dres_init.cpp139 if ((statp->options & RES_INIT) != 0U) res_ndestroy(statp); in res_vinit()
197 statp->options |= RES_INIT; in res_vinit()
298 statp->options &= ~RES_INIT; in res_ndestroy()
Dresolv_private.h151 #define RES_INIT 0x00000001 /* address initialized */ macro