Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

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: