Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
sockaddr Struct Reference

IPv4 socket address. More...

#include <socket.h>

Public Attributes

uint16_t sa_family
 address family (e.g.
 
uint8_t sa_data [14]
 protocol specific address information
 

Detailed Description

IPv4 socket address.

Definition at line 82 of file socket.h.

Member Data Documentation

◆ sa_data

uint8_t sockaddr::sa_data[14]

protocol specific address information

Definition at line 85 of file socket.h.

◆ sa_family

uint16_t sockaddr::sa_family

address family (e.g.

AF_INET)

Definition at line 84 of file socket.h.


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