nn::socket::HostEnt Structure

Syntax

struct HostEnt
{
   char * name;
   char**      aliases;
   s16         addrType;
   s16         length;
   u8**        addrList;
};

Description

A structure used with the GetHostByAddr and GetHostByName functions.

Member Variables

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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL