LWIP_IPV6_FRAG is only used within LwIP.
 
Symbols
loading...
Files
loading...

LWIP_IPV6_FRAG macro

LWIP_IPV6_FRAG==1: Fragment outgoing IPv6 packets that are too big.

Syntax

#define LWIP_IPV6_FRAG 1

References

LocationText
opt.h:2434
#define LWIP_IPV6_FRAG 1
ip6_frag.h:120
#if LWIP_IPV6 && LWIP_IPV6_FRAG /* don't build if not configured for use in lwipopts.h */
memp_std.h:62
#if (IP_FRAG && !LWIP_NETIF_TX_SINGLE_PBUF) || (LWIP_IPV6 && LWIP_IPV6_FRAG)
pbuf.h:55