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 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.

Revision History

2010/11/10
Initial version.

CONFIDENTIAL