Mistake on this page?
Report an issue in GitHub or email us
Macros

Macros

#define LWIP_STATS   1
 LWIP_STATS==1: Enable statistics collection in lwip_stats. More...
 
#define LWIP_STATS_DISPLAY   0
 LWIP_STATS_DISPLAY==1: Compile in the statistics output functions. More...
 
#define LINK_STATS   1
 LINK_STATS==1: Enable link stats. More...
 
#define ETHARP_STATS   (LWIP_ARP)
 ETHARP_STATS==1: Enable etharp stats. More...
 
#define IP_STATS   1
 IP_STATS==1: Enable IP stats. More...
 
#define IPFRAG_STATS   (IP_REASSEMBLY || IP_FRAG)
 IPFRAG_STATS==1: Enable IP fragmentation stats. More...
 
#define ICMP_STATS   1
 ICMP_STATS==1: Enable ICMP stats. More...
 
#define IGMP_STATS   (LWIP_IGMP)
 IGMP_STATS==1: Enable IGMP stats. More...
 
#define UDP_STATS   (LWIP_UDP)
 UDP_STATS==1: Enable UDP stats. More...
 
#define TCP_STATS   (LWIP_TCP)
 TCP_STATS==1: Enable TCP stats. More...
 
#define MEM_STATS   ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))
 MEM_STATS==1: Enable mem.c stats. More...
 
#define MEMP_STATS   (MEMP_MEM_MALLOC == 0)
 MEMP_STATS==1: Enable memp.c pool stats. More...
 
#define SYS_STATS   (NO_SYS == 0)
 SYS_STATS==1: Enable system stats (sem and mbox counts, etc). More...
 
#define IP6_STATS   (LWIP_IPV6)
 IP6_STATS==1: Enable IPv6 stats. More...
 
#define ICMP6_STATS   (LWIP_IPV6 && LWIP_ICMP6)
 ICMP6_STATS==1: Enable ICMP for IPv6 stats. More...
 
#define IP6_FRAG_STATS   (LWIP_IPV6 && (LWIP_IPV6_FRAG || LWIP_IPV6_REASS))
 IP6_FRAG_STATS==1: Enable IPv6 fragmentation stats. More...
 
#define MLD6_STATS   (LWIP_IPV6 && LWIP_IPV6_MLD)
 MLD6_STATS==1: Enable MLD for IPv6 stats. More...
 
#define ND6_STATS   (LWIP_IPV6)
 ND6_STATS==1: Enable Neighbor discovery for IPv6 stats. More...
 
#define MIB2_STATS   0
 MIB2_STATS==1: Stats for SNMP MIB2. More...
 

Detailed Description

Macro Definition Documentation

#define ETHARP_STATS   (LWIP_ARP)

ETHARP_STATS==1: Enable etharp stats.

Definition at line 2122 of file opt.h.

#define ICMP6_STATS   (LWIP_IPV6 && LWIP_ICMP6)

ICMP6_STATS==1: Enable ICMP for IPv6 stats.

Definition at line 2202 of file opt.h.

#define ICMP_STATS   1

ICMP_STATS==1: Enable ICMP stats.

Definition at line 2144 of file opt.h.

#define IGMP_STATS   (LWIP_IGMP)

IGMP_STATS==1: Enable IGMP stats.

Definition at line 2151 of file opt.h.

#define IP6_FRAG_STATS   (LWIP_IPV6 && (LWIP_IPV6_FRAG || LWIP_IPV6_REASS))

IP6_FRAG_STATS==1: Enable IPv6 fragmentation stats.

Definition at line 2209 of file opt.h.

#define IP6_STATS   (LWIP_IPV6)

IP6_STATS==1: Enable IPv6 stats.

Definition at line 2195 of file opt.h.

#define IP_STATS   1

IP_STATS==1: Enable IP stats.

Definition at line 2129 of file opt.h.

#define IPFRAG_STATS   (IP_REASSEMBLY || IP_FRAG)

IPFRAG_STATS==1: Enable IP fragmentation stats.

Default is on if using either frag or reass.

Definition at line 2137 of file opt.h.

#define LINK_STATS   1

LINK_STATS==1: Enable link stats.

Definition at line 2115 of file opt.h.

#define LWIP_STATS   1

LWIP_STATS==1: Enable statistics collection in lwip_stats.

Definition at line 2099 of file opt.h.

#define LWIP_STATS_DISPLAY   0

LWIP_STATS_DISPLAY==1: Compile in the statistics output functions.

Definition at line 2108 of file opt.h.

#define MEM_STATS   ((MEM_LIBC_MALLOC == 0) && (MEM_USE_POOLS == 0))

MEM_STATS==1: Enable mem.c stats.

Definition at line 2174 of file opt.h.

#define MEMP_STATS   (MEMP_MEM_MALLOC == 0)

MEMP_STATS==1: Enable memp.c pool stats.

Definition at line 2181 of file opt.h.

#define MIB2_STATS   0

MIB2_STATS==1: Stats for SNMP MIB2.

Definition at line 2230 of file opt.h.

#define MLD6_STATS   (LWIP_IPV6 && LWIP_IPV6_MLD)

MLD6_STATS==1: Enable MLD for IPv6 stats.

Definition at line 2216 of file opt.h.

#define ND6_STATS   (LWIP_IPV6)

ND6_STATS==1: Enable Neighbor discovery for IPv6 stats.

Definition at line 2223 of file opt.h.

#define SYS_STATS   (NO_SYS == 0)

SYS_STATS==1: Enable system stats (sem and mbox counts, etc).

Definition at line 2188 of file opt.h.

#define TCP_STATS   (LWIP_TCP)

TCP_STATS==1: Enable TCP stats.

Default is on if TCP enabled, otherwise off.

Definition at line 2167 of file opt.h.

#define UDP_STATS   (LWIP_UDP)

UDP_STATS==1: Enable UDP stats.

Default is on if UDP enabled, otherwise off.

Definition at line 2159 of file opt.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.