Home
last modified time | relevance | path

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

/bionic/libc/netbsd/resolv/
Dres_data.c86 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()
Dres_init.c235 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()
Dres_debug.c613 case RES_INIT: return "init"; in p_option()
/bionic/libc/private/
Dresolv_private.h225 #define RES_INIT 0x00000001 /* address initialized */ macro