Home
last modified time | relevance | path

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

/openbsd/lib/libc/asr/
H A Dres_init.c52 if (!(_res.options & RES_INIT)) { in res_init()
78 _res.options |= RES_INIT; in res_init()
H A Dasr_debug.c277 PRINTOPT(RES_INIT, "INIT"); in _asr_dump_config()
/openbsd/include/
H A Dresolv.h175 #define RES_INIT 0x00000001 /* address initialized */ macro
/openbsd/usr.sbin/ypserv/mkalias/
H A Dmkalias.c93 if ((_res.options & RES_INIT) == 0) in check_host()
/openbsd/usr.sbin/ypserv/ypserv/
H A Dypserv_db.c376 if ((_res.options & RES_INIT) == 0) in lookup_host()