|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
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] |
Generic socket address (large enough for IPv4 or IPv6).
| ove_af_t ove_sockaddr_t::family |
Address family (OVE_AF_INET or OVE_AF_INET6).
| uint16_t ove_sockaddr_t::port |
Port number in host byte order.
| uint8_t ove_sockaddr_t::addr[16] |
Address bytes (4 for IPv4, 16 for IPv6).