INET Framework for OMNeT++/OMNEST
stats.h File Reference
#include "lwip/opt.h"
#include "lwip/mem.h"
#include "lwip/memp.h"

Namespaces

 inet
 Copyright (c) 2005 Jan Ringo�, www.ringos.cz.
 
 inet::tcp
 

Macros

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

Macro Definition Documentation

#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,
 
)
#define MEM_STATS_DEC_USED (   x,
 
)
#define MEM_STATS_DISPLAY ( )
#define MEM_STATS_INC (   x)
#define MEM_STATS_INC_USED (   x,
 
)
#define MEMP_STATS_AVAIL (   x,
  i,
 
)

Referenced by inet::tcp::memp_init().

#define MEMP_STATS_DEC (   x,
 
)

Referenced by inet::tcp::memp_free().

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

Referenced by inet::tcp::memp_malloc().

#define MEMP_STATS_INC_USED (   x,
 
)

Referenced by inet::tcp::memp_malloc().

#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_init ( )
#define SYS_STATS_DEC (   x)
#define SYS_STATS_DISPLAY ( )
#define SYS_STATS_INC (   x)
#define TCP_STATS_DISPLAY ( )
#define TCP_STATS_INC (   x)
#define UDP_STATS_DISPLAY ( )
#define UDP_STATS_INC (   x)