Home
last modified time | relevance | path

Searched refs:RES_NOTLDQUERY (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/Include/
Dresolv.h134 #define RES_NOTLDQUERY 0x00004000 /* Don't query TLD names */ macro
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_query.c310 if (!tried_as_is && (dots || !(_res.options & RES_NOTLDQUERY))) { in res_search()
Dres_init.c480 _res.options |= RES_NOTLDQUERY; in res_setoptions()