Searched refs:LWIP_IPV6_FRAG (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dip6_frag.h81 #if LWIP_IPV6 && LWIP_IPV6_FRAG /* don't build if not configured for use in lwipopts.h */
98 #endif /* LWIP_IPV6 && LWIP_IPV6_FRAG */
/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h139 #define LWIP_IPV6_FRAG 1 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h159 #define LWIP_IPV6_FRAG 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dmemp_std.h50 #if (IP_FRAG && !IP_FRAG_USES_STATIC_BUF && !LWIP_NETIF_TX_SINGLE_PBUF) || LWIP_IPV6_FRAG
H A Dopt.h1647 #define IP6_FRAG_STATS (LWIP_IPV6 && (LWIP_IPV6_FRAG || LWIP_IPV6_REASS))
1996 * LWIP_IPV6_FRAG==1: Fragment outgoing IPv6 packets that are too big.
1998 #ifndef LWIP_IPV6_FRAG
1999 #define LWIP_IPV6_FRAG 0 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dip6_frag.c491 #if LWIP_IPV6 && LWIP_IPV6_FRAG
657 #endif /* LWIP_IPV6 && LWIP_IPV6_FRAG */
H A Dip6.c962 #if LWIP_IPV6_FRAG
967 #endif /* LWIP_IPV6_FRAG */

Completed in 46 milliseconds