Microchip® Advanced Software Framework

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
IPv6 configuration options

Macros

#define UIP_CONF_DS6_DEFRT_NBU   2
 Minimum number of default routers. More...
 
#define UIP_CONF_DS6_PREFIX_NBU   2
 Default number of IPv6 prefixes associated to the node's interface. More...
 
#define UIP_CONF_IPV6_CHECKS   1
 Do we do IPv6 consistency checks (highly recommended, default: yes) More...
 
#define UIP_CONF_IPV6_QUEUE_PKT   0
 Do we do per neighbor queuing during address resolution (default: no) More...
 
#define UIP_CONF_IPV6_REASSEMBLY   0
 Do we do IPv6 fragmentation (default: no) More...
 
#define UIP_CONF_NETIF_MAX_ADDRESSES   3
 Default number of IPv6 addresses associated to the node's interface. More...
 
#define UIP_LINK_MTU   1280
 The maximum transmission unit at the IP Layer. More...
 

#define UIP_CONF_DS6_DEFRT_NBU   2

Minimum number of default routers.

#define UIP_CONF_DS6_PREFIX_NBU   2

Default number of IPv6 prefixes associated to the node's interface.

#define UIP_CONF_IPV6_CHECKS   1

Do we do IPv6 consistency checks (highly recommended, default: yes)

#define UIP_CONF_IPV6_QUEUE_PKT   0

Do we do per neighbor queuing during address resolution (default: no)

#define UIP_CONF_IPV6_REASSEMBLY   0

Do we do IPv6 fragmentation (default: no)

#define UIP_CONF_NETIF_MAX_ADDRESSES   3

Default number of IPv6 addresses associated to the node's interface.

#define UIP_LINK_MTU   1280

The maximum transmission unit at the IP Layer.

Referenced by tcpip_ipv6_output(), uip_ds6_init(), uip_icmp6_error_output(), and uip_process().