Ultibo API
C/C++ API for Ultibo Core
Loading...
Searching...
No Matches
_sockaddr_storage Struct Reference

#include <winsock2.h>

Data Fields

u_short ss_family
 address family
char __ss_pad1 [_SS_PAD1SIZE]
 6 byte pad, this is to make
__int64_t __ss_align
 Field to force desired structure.
char __ss_pad2 [_SS_PAD2SIZE]
 112 byte pad to achieve desired size;

Detailed Description

RFC 2553: protocol-independent placeholder for socket addresses

Field Documentation

◆ ss_family

u_short ss_family

address family

◆ __ss_pad1

char __ss_pad1[_SS_PAD1SIZE]

6 byte pad, this is to make

◆ __ss_align

__int64_t __ss_align

Field to force desired structure.

◆ __ss_pad2

char __ss_pad2[_SS_PAD2SIZE]

112 byte pad to achieve desired size;


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