Loading...
Searching...
No Matches
sockaddr_storage Struct Reference

Implementation based socket address table. More...

Detailed Description

Implementation based socket address table.

sockaddr

This structure is is forced to be aligned as uint32_t, as e.g. the IPv4 address is stored as uint32_t

Definition at line 141 of file socket.h.

#include <socket.h>

Data Fields

sa_family_t ss_family
 Address family.
 
uint8_t ss_data [SOCKADDR_MAX_DATA_LEN]
 Socket address.
 

Field Documentation

◆ ss_data

uint8_t sockaddr_storage::ss_data[SOCKADDR_MAX_DATA_LEN]

Socket address.

Definition at line 143 of file socket.h.

◆ ss_family

sa_family_t sockaddr_storage::ss_family

Address family.

Definition at line 142 of file socket.h.


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