9#define NETDB_INTERNAL -1
10#define NETDB_SUCCESS 0
11#define HOST_NOT_FOUND 1
15#define NO_ADDRESS NO_DATA
struct hostent * gethostbyname(const char *name)
struct hostent * gethostbyaddr(const void *addr, int len, int type)
char * name
Definition pspsysmem_kernel.h:4
struct _uidControlBlock * type
Definition pspsysmem_kernel.h:2
int h_addrtype
Definition netdb.h:23
char * h_name
Definition netdb.h:21
char ** h_addr_list
Definition netdb.h:25
char * h_addr
Definition netdb.h:26
int h_length
Definition netdb.h:24
char ** h_aliases
Definition netdb.h:22