Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
struct sockaddr_in
or struct sockaddr_in6
compatible address
More...
#include <types.h>
Data Fields | |
uint8_t | sin_family |
AF_INET / AF_INET6. | |
uint16_t | sin_port |
Port number (Network byte order) | |
uint8_t | sin_addr [16] |
IPv4/IPv6 address. | |
uint8_t | scope_id |
Interfaces for a scope (IPv6 only) | |
struct sockaddr_in
or struct sockaddr_in6
compatible address
uint8_t rpc_struct_sockaddr::scope_id |
Interfaces for a scope (IPv6 only)
uint8_t rpc_struct_sockaddr::sin_addr[16] |
IPv4/IPv6 address.
uint8_t rpc_struct_sockaddr::sin_family |
AF_INET / AF_INET6.
uint16_t rpc_struct_sockaddr::sin_port |
Port number (Network byte order)