KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
h_errno Error Values

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.
 

Detailed Description

Error values for the h_errno variable.

These are the possible values for h_errno, indicating errors returns from the gethostbyname() function.

Macro Definition Documentation

◆ HOST_NOT_FOUND

#define HOST_NOT_FOUND   1

Hostname not found.

◆ NO_DATA

#define NO_DATA   4

Host found, but no data.

◆ NO_RECOVERY

#define NO_RECOVERY   3

A non-recoverable error.

◆ TRY_AGAIN

#define TRY_AGAIN   2

Try the request again.