nn::socket::SockAddr Structure

Syntax

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

Description

A socket structure.

Member Variables

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

Revision History

2010/11/10
Initial version.

CONFIDENTIAL