Home
last modified time | relevance | path

Searched refs:HOST_NOT_FOUND (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_query.c170 h_errno = HOST_NOT_FOUND; in res_query()
216 h_errno = HOST_NOT_FOUND; /* default, if we never query */ in res_search()
282 case HOST_NOT_FOUND: in res_search()
Dgethostbydns.c574 h_errno = HOST_NOT_FOUND; in _gethostbydnsname()
607 h_errno = HOST_NOT_FOUND; in _gethostbydnsname()
726 h_errno = HOST_NOT_FOUND; in _gethostbydnsaddr()
739 h_errno = HOST_NOT_FOUND; in _gethostbydnsaddr()
Dgethostbyht.c123 h_errno = HOST_NOT_FOUND; in gethostent()
Dgetnetbydns.c155 h_errno = HOST_NOT_FOUND; in getnetanswer()
Dgetaddrinfo.c1393 case HOST_NOT_FOUND: in _dns_getaddrinfo()
1660 h_errno = HOST_NOT_FOUND; in _yp_getaddrinfo()
1759 h_errno = HOST_NOT_FOUND; in res_queryN()
1800 h_errno = HOST_NOT_FOUND; /* default, if we never query */ in res_searchN()
1869 case HOST_NOT_FOUND: in res_searchN()
/device/linaro/bootloader/edk2/StdLib/Include/
Dnetdb.h190 #define HOST_NOT_FOUND 1 /**< Authoritative Answer Host not found */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetaddrinfo.c560 case HOST_NOT_FOUND: