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 | char * | The host's official name. | |
|---|---|---|---|
| aliases | char ** | A pointer to a list of aliases. | |
| addrType | s16 | The address type. PF_INET |
|
| length | s16 | The size of the socket structure. | |
| addrList | u8 ** | A pointer to a list of socket structures. |
CONFIDENTIAL