Searched refs:h_errno (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_query.c114 * Error number is left in h_errno.
134 h_errno = NETDB_INTERNAL;
149 h_errno = NO_RECOVERY;
158 h_errno = TRY_AGAIN;
170 h_errno = HOST_NOT_FOUND;
173 h_errno = TRY_AGAIN;
176 h_errno = NO_DATA;
182 h_errno = NO_RECOVERY;
194 * is detected. Error code, if any, is left in h_errno.
212 h_errno
[all...]
H A Dherror.c80 int h_errno; variable
89 * print the error indicated by the h_errno value.
108 v->iov_base = (char *)hstrerror(h_errno);
H A Dgethostbydns.c162 extern int h_errno;
184 h_errno = NO_RECOVERY; \
192 h_errno = NO_RECOVERY; \
224 h_errno = NO_RECOVERY;
238 h_errno = NO_RECOVERY;
243 h_errno = NO_RECOVERY;
254 h_errno = NO_RECOVERY;
306 h_errno = NO_RECOVERY;
338 h_errno = NO_RECOVERY;
381 h_errno
[all...]
H A Dgethostbyht.c118 h_errno = NETDB_INTERNAL;
123 h_errno = HOST_NOT_FOUND;
171 h_errno = NETDB_SUCCESS;
H A Dgetnetbydns.c95 extern int h_errno;
155 h_errno = HOST_NOT_FOUND;
157 h_errno = TRY_AGAIN;
226 h_errno = TRY_AGAIN;
290 h_errno = NETDB_INTERNAL;
H A Dres_mkquery.c121 h_errno = NETDB_INTERNAL;
H A Dres_mkupdate.c118 h_errno = NETDB_INTERNAL;
H A Dres_update.c130 h_errno = NETDB_INTERNAL;
/vbox/src/VBox/Runtime/r3/posix/
H A Derrvars-posix.cpp46 pVars->ai32Vars[2] = h_errno;
54 h_errno = pVars->ai32Vars[2];
76 || pVars->ai32Vars[2] != h_errno;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByDns/
H A DGetHostByDns.c67 Print ( L"ERROR - host not found, h_errno: %d\r\n", h_errno );
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByName/
H A DGetHostByName.c67 Print ( L"ERROR - host not found, h_errno: %d\r\n", h_errno );
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dnetdb.h59 /** Errors used by the DNS API functions, h_errno can be one of them */
97 extern int h_errno;
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Sockets/GetHostByAddr/
H A DGetHostByAddr.c78 Print ( L"ERROR - host not found, h_errno: %d\r\n", h_errno );
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dnetdb.h113 extern int h_errno;
195 * (left in extern int h_errno).
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c57 /** h_errno is exported in netdb.h for access by applications. */
59 int h_errno; variable
100 h_errno = HOST_NOT_FOUND;
157 * the global h_errno)
159 * is stored in *h_errnop instead of h_errno to be thread-safe
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprnetdb.c44 * is returned in the global variable h_errno, instead of the usual
49 extern int h_errno;
51 #define _MD_GETHOST_ERRNO() h_errno
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dwinsock.h916 #define h_errno WSAGetLastError() macro
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dwinsock.h946 #define h_errno WSAGetLastError() macro
/vbox/src/libs/libxml2-2.6.31/
H A Dnanohttp.c1060 switch (h_errno) {
/vbox/src/VBox/Runtime/r3/
H A Dsocket.cpp219 switch (h_errno)

Completed in 88 milliseconds