Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

Generic sockaddr struct. More...

#include <net_ip.h>

Data Fields

sa_family_t sa_family
 
char data [NET_SOCKADDR_MAX_SIZE - sizeof(sa_family_t)]
 

Detailed Description

Generic sockaddr struct.

Must be cast to proper type.

Field Documentation

◆ data

char sockaddr::data[NET_SOCKADDR_MAX_SIZE - sizeof(sa_family_t)]

◆ sa_family

sa_family_t sockaddr::sa_family

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