#include <FreeRTOS_Sockets.h>
Data Fields | |
uint8_t | sin_len |
More... | |
uint8_t | sin_family |
More... | |
uint16_t | sin_port |
More... | |
uint32_t | sin_addr |
More... | |
For this limited implementation, only two members are required in the Berkeley style sockaddr structure.
uint8_t freertos_sockaddr::sin_len |
length of this structure.
uint8_t freertos_sockaddr::sin_family |
FREERTOS_AF_INET.
uint16_t freertos_sockaddr::sin_port |
The port
uint32_t freertos_sockaddr::sin_addr |
The IP address