posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
sockaddr_storage Struct Reference

Protocol-independent socket address storage. More...

#include <zephyr/posix/sys/socket.h>

Data Fields

sa_family_t ss_family
 Address family.
 
char __ss_padding [128 - sizeof(sa_family_t)]
 

Detailed Description

Protocol-independent socket address storage.

Definition at line 56 of file socket.h.

Field Documentation

◆ __ss_padding

char sockaddr_storage::__ss_padding[128 - sizeof(sa_family_t)]

Definition at line 58 of file socket.h.

◆ ss_family

sa_family_t sockaddr_storage::ss_family

Address family.

Definition at line 57 of file socket.h.


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