KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
sockaddr_storage Struct Reference

Socket address structure of appropriate size to hold any supported socket type's addresses. More...

#include <sys/socket.h>

Data Fields

sa_family_t ss_family
 Address family.
char _ss_pad1 [_SS_PAD1SIZE]
 First padding field.
__uint64_t _ss_align
 Used to force alignment.
char _ss_pad2 [_SS_PAD2SIZE]
 Second padding field to fill up the space required.

Detailed Description

Socket address structure of appropriate size to hold any supported socket type's addresses.


Field Documentation

__uint64_t sockaddr_storage::_ss_align

Used to force alignment.

char sockaddr_storage::_ss_pad1[_SS_PAD1SIZE]

First padding field.

char sockaddr_storage::_ss_pad2[_SS_PAD2SIZE]

Second padding field to fill up the space required.

sa_family_t sockaddr_storage::ss_family

Address family.


The documentation for this struct was generated from the following file: