nn::socket::HostEnt Structurestruct HostEnt
{
char * name;
char** aliases;
s16 addrType;
s16 length;
u8** addrList;
};
A structure used with the GetHostByAddr and GetHostByName functions.
| name | The host's official name. | |
|---|---|---|
| aliases | A pointer to a list of aliases. | |
| addrType | The address type. PF_INET |
|
| length | The size of the socket structure. | |
| addrList | A pointer to a list of socket structures. |
CONFIDENTIAL