Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_query.c133 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_query()
211 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_search()
350 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_querydomain()
Dres_mkquery.c120 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_mkquery()
Dres_init.c192 if (!(_res.options & RES_INIT)) in res_init()
432 _res.options |= RES_INIT; in res_init()
Dgethostbydns.c528 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in _gethostbydnsname()
651 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in _gethostbydnsaddr()
803 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in _sethostdnsent()
Dgetnetbydns.c289 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in _getnetbydnsname()
Dres_debug.c225 if ((_res.options & RES_INIT) == 0 && res_init() == -1) in fp_nquery()
527 case RES_INIT: return "init"; in p_option()
Dres_mkupdate.c123 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_mkupdate()
Dres_update.c135 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_update()
Dres_send.c344 if ((_res.options & RES_INIT) == 0 && res_init() == -1) { in res_send()
/device/linaro/bootloader/edk2/StdLib/Include/
Dresolv.h120 #define RES_INIT 0x00000001 /* address initialized */ macro