Searched refs:RES_INIT (Results 1 – 4 of 4) sorted by relevance
86 return ((_nres.options & RES_INIT) == 0U) || res_get_dns_changed(); in res_need_init()89 #define res_need_init() ((_nres.options & RES_INIT) == 0U)138 if (!(_nres.options & RES_INIT)) in res_init()
235 if ((statp->options & RES_INIT) != 0U) in __res_vinit()587 statp->options |= RES_INIT; in __res_vinit()756 statp->options &= ~RES_INIT; in res_ndestroy()
613 case RES_INIT: return "init"; in p_option()
225 #define RES_INIT 0x00000001 /* address initialized */ macro