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

#include <FreeRTOS_IP_Private.h>

Data Fields

uint32_t ulDefaultIPAddress
  More...
 
uint32_t ulNetMask
  More...
 
uint32_t ulGatewayAddress
  More...
 
uint32_t ulDNSServerAddress
  More...
 
uint32_t ulBroadcastAddress
  More...
 

Detailed Description

Structure to hold the information about the Network parameters.

Field Documentation

◆ ulDefaultIPAddress

uint32_t NetworkAddressingParameters_t::ulDefaultIPAddress

The default IP address

◆ ulNetMask

uint32_t NetworkAddressingParameters_t::ulNetMask

The netmask

◆ ulGatewayAddress

uint32_t NetworkAddressingParameters_t::ulGatewayAddress

The gateway address

◆ ulDNSServerAddress

uint32_t NetworkAddressingParameters_t::ulDNSServerAddress

The DNS server address

◆ ulBroadcastAddress

uint32_t NetworkAddressingParameters_t::ulBroadcastAddress

The Broadcast address


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