ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
hostent Struct Reference

#include <tcpip.h>

Data Fields

char * h_name
 
char ** h_aliases
 
int h_addrtype
 
int h_length
 
char ** h_addr_list
 

Detailed Description

Definition at line 1702 of file tcpip.h.

Field Documentation

◆ h_addr_list

char** hostent::h_addr_list

Definition at line 1708 of file tcpip.h.

◆ h_addrtype

int hostent::h_addrtype

Definition at line 1706 of file tcpip.h.

◆ h_aliases

char** hostent::h_aliases

Definition at line 1704 of file tcpip.h.

◆ h_length

int hostent::h_length

Definition at line 1707 of file tcpip.h.

◆ h_name

char* hostent::h_name

Definition at line 1703 of file tcpip.h.


The documentation for this struct was generated from the following file: