Searched refs:RES_INIT (Results 1 – 2 of 2) sorted by relevance
139 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()
151 #define RES_INIT 0x00000001 /* address initialized */ macro