FreeRTOS-Plus-TCP V2.3.2
FreeRTOS TCP/IP library
freertos_sockaddr Struct Reference

#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...
 

Detailed Description

For this limited implementation, only two members are required in the Berkeley style sockaddr structure.

Field Documentation

◆ sin_len

uint8_t freertos_sockaddr::sin_len

length of this structure.

◆ sin_family

uint8_t freertos_sockaddr::sin_family

FREERTOS_AF_INET.

◆ sin_port

uint16_t freertos_sockaddr::sin_port

The port

◆ sin_addr

uint32_t freertos_sockaddr::sin_addr

The IP address


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