Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/api/
H A Dnetdb.c61 int h_errno; variable
108 h_errno = HOST_NOT_FOUND; in lwip_gethostbyname()
/reactos/drivers/network/tcpip/lwip/src/include/lwip/
H A Dnetdb.h119 extern int h_errno;
/reactos/base/services/dhcpcsvc/dhcp/
H A Dtree.c318 switch (h_errno) {
/reactos/sdk/include/psdk/
H A Dwinsock.h225 #define h_errno WSAGetLastError() macro
H A Dwinsock2.h216 #define h_errno WSAGetLastError() macro
/reactos/sdk/lib/3rdparty/libxml2/
H A Dnanohttp.c1137 switch (h_errno) { in xmlNanoHTTPConnectHost()
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c4635 ok(h != NULL, "gethostbyname(\"\") failed with %d\n", h_errno); in test_dns()
4788 ok(he != NULL, "gethostbyname(\"localhost\") failed: %d\n", h_errno); in test_gethostbyname_hack()
4810 ok(he != NULL, "gethostbyname(\"%s\") failed: %d\n", name, h_errno); in test_gethostbyname_hack()