|
KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Error values for the h_errno variable More...
Macros | |
| #define | HOST_NOT_FOUND 1 |
| Hostname not found. | |
| #define | TRY_AGAIN 2 |
| Try the request again. | |
| #define | NO_RECOVERY 3 |
| A non-recoverable error. | |
| #define | NO_DATA 4 |
| Host found, but no data. | |
Error values for the h_errno variable
These are the possible values for h_errno, indicating errors returns from the gethostbyname() function.
| #define HOST_NOT_FOUND 1 |
Hostname not found.
| #define NO_DATA 4 |
Host found, but no data.
| #define NO_RECOVERY 3 |
A non-recoverable error.
| #define TRY_AGAIN 2 |
Try the request again.