RTEMS CPU Kit with SuperCore
Macros | Functions | Variables
herror.c File Reference
#include <sys/types.h>
#include <sys/uio.h>
#include <netdb.h>
#include <string.h>
#include <unistd.h>
Include dependency graph for herror.c:

Functions

void herror (const char *s)
 
const char * hstrerror (int err)
 

Variables

const char * h_errlist []
 
int h_nerr = { sizeof h_errlist / sizeof h_errlist[0] }
 
int h_errno
 

Variable Documentation

◆ h_errlist

const char* h_errlist[]
Initial value:
= {
"Resolver Error 0 (no error)",
"Unknown host",
"Host name lookup failure",
"Unknown server error",
"No address associated with name",
}