oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Fields
ove_sockaddr_t Struct Reference

Generic socket address (large enough for IPv4 or IPv6). More...

#include <net.h>

Data Fields

ove_af_t family
 
uint16_t port
 
uint8_t addr [16]
 

Detailed Description

Generic socket address (large enough for IPv4 or IPv6).

Field Documentation

◆ family

ove_af_t ove_sockaddr_t::family

Address family (OVE_AF_INET or OVE_AF_INET6).

◆ port

uint16_t ove_sockaddr_t::port

Port number in host byte order.

◆ addr

uint8_t ove_sockaddr_t::addr[16]

Address bytes (4 for IPv4, 16 for IPv6).


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