nn::socket::SockAddr Structure

Syntax

struct SockAddr
{
   u8 len;
   u8 family;
   u16 pad1;
   u32 pad2[6];
};

Description

A socket structure.

Member Variables

len The size of the socket structure.
family The address family.
pad1 padding
pad2 padding2

Revision History

2010/11/10
Initial version.

CONFIDENTIAL