Microchip® Advanced Software Framework

stats.h File Reference
#include "lwip/opt.h"
#include "lwip/mem.h"
#include "lwip/memp.h"

Macros

#define ETHARP_STATS_DISPLAY()
 
#define ETHARP_STATS_INC(x)
 
#define ICMP_STATS_DISPLAY()
 
#define ICMP_STATS_INC(x)
 
#define IGMP_STATS_DISPLAY()
 
#define IGMP_STATS_INC(x)
 
#define IP_STATS_DISPLAY()
 
#define IP_STATS_INC(x)
 
#define IPFRAG_STATS_DISPLAY()
 
#define IPFRAG_STATS_INC(x)
 
#define LINK_STATS_DISPLAY()
 
#define LINK_STATS_INC(x)
 
#define MEM_STATS_AVAIL(x, y)
 
#define MEM_STATS_DEC_USED(x, y)
 
#define MEM_STATS_DISPLAY()
 
#define MEM_STATS_INC(x)
 
#define MEM_STATS_INC_USED(x, y)
 
#define MEMP_STATS_AVAIL(x, i, y)
 
#define MEMP_STATS_DEC(x, i)
 
#define MEMP_STATS_DISPLAY(i)
 
#define MEMP_STATS_INC(x, i)
 
#define MEMP_STATS_INC_USED(x, i)
 
#define STATS_DEC(x)
 
#define stats_display()
 
#define stats_display_igmp(igmp)
 
#define stats_display_mem(mem, name)
 
#define stats_display_memp(mem, index)
 
#define stats_display_proto(proto, name)
 
#define stats_display_sys(sys)
 
#define STATS_INC(x)
 
#define STATS_INC_USED(x)
 
#define stats_init()
 
#define SYS_STATS_DEC(x)
 
#define SYS_STATS_DISPLAY()
 
#define SYS_STATS_INC(x)
 
#define SYS_STATS_INC_USED(x)
 
#define TCP_STATS_DISPLAY()
 
#define TCP_STATS_INC(x)
 
#define UDP_STATS_DISPLAY()
 
#define UDP_STATS_INC(x)
 

#define ETHARP_STATS_DISPLAY ( )
#define ETHARP_STATS_INC (   x)
#define ICMP_STATS_DISPLAY ( )
#define ICMP_STATS_INC (   x)
#define IGMP_STATS_DISPLAY ( )
#define IGMP_STATS_INC (   x)
#define IP_STATS_DISPLAY ( )
#define IP_STATS_INC (   x)
#define IPFRAG_STATS_DISPLAY ( )
#define IPFRAG_STATS_INC (   x)
#define LINK_STATS_DISPLAY ( )
#define LINK_STATS_INC (   x)
#define MEM_STATS_AVAIL (   x,
 
)

Referenced by mem_init().

#define MEM_STATS_DEC_USED (   x,
 
)

Referenced by mem_free(), and mem_trim().

#define MEM_STATS_DISPLAY ( )
#define MEM_STATS_INC (   x)

Referenced by mem_free(), mem_malloc(), and mem_trim().

#define MEM_STATS_INC_USED (   x,
 
)

Referenced by mem_malloc().

#define MEMP_STATS_AVAIL (   x,
  i,
 
)

Referenced by memp_init().

#define MEMP_STATS_DEC (   x,
  i 
)

Referenced by memp_free().

#define MEMP_STATS_DISPLAY (   i)
#define MEMP_STATS_INC (   x,
  i 
)
#define MEMP_STATS_INC_USED (   x,
  i 
)

Referenced by if().

#define STATS_DEC (   x)
#define stats_display ( )
#define stats_display_igmp (   igmp)
#define stats_display_mem (   mem,
  name 
)
#define stats_display_memp (   mem,
  index 
)
#define stats_display_proto (   proto,
  name 
)
#define stats_display_sys (   sys)
#define STATS_INC (   x)
#define STATS_INC_USED (   x)
#define stats_init ( )

Referenced by lwip_init().

#define SYS_STATS_DEC (   x)
#define SYS_STATS_DISPLAY ( )
#define SYS_STATS_INC (   x)
#define SYS_STATS_INC_USED (   x)
#define TCP_STATS_DISPLAY ( )
#define TCP_STATS_INC (   x)
#define UDP_STATS_DISPLAY ( )
#define UDP_STATS_INC (   x)