Embedded TCP/IP stack: IPv4-Specific Configuration Parameters

FNET

Embedded TCP/IP stack  4.1.0
IPv4-Specific Configuration Parameters

Detailed Description

This section describes parameters that are specific only for IPv4.
The user may override and change the default values in the application-specific configuration file fnet_user_config.h.

Macros

#define FNET_CFG_IP4   (1)
 IPv4 protocol support: More...
 
#define FNET_CFG_IP4_FRAGMENTATION
 IP fragmentation: More...
 
#define FNET_CFG_LOOPBACK_IP4_ADDR   (FNET_IP4_ADDR_INIT(127U, 0U, 0U, 1U))
 Defines the IP address for the Loopback interface. By default it is set to 127.0.0.1. At runtime, it can be changed by fnet_netif_set_ip4_addr().

. More...

 
#define FNET_CFG_IGMP   (0)
 Internet Group Management Protocol (IGMP) support: More...
 
#define FNET_CFG_IGMP_VERSION   (2)
 Internet Group Management Protocol (IGMP) version: More...
 

© 2005-2018 by Andrey Butok. http://fnet.sourceforge.net