sockaddr Struct Reference

Socket address. More...

#include <bsd_socket.h>

Data Fields

uint16_t sa_family
 
uint8_t sa_data [14]
 

Detailed Description

Socket address.

Definition at line 296 of file bsd_socket.h.

Field Documentation

◆ sa_data

uint8_t sa_data[14]

Definition at line 299 of file bsd_socket.h.

◆ sa_family

uint16_t sa_family

Definition at line 298 of file bsd_socket.h.


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