ReactOS 0.4.15-dev-7788-g1ad9096
stats.h File Reference
#include "lwip/opt.h"
#include "lwip/mem.h"
#include "lwip/memp.h"
Include dependency graph for stats.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define stats_init()
 
#define STATS_INC(x)
 
#define STATS_DEC(x)
 
#define STATS_INC_USED(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_INC_USED(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

◆ ETHARP_STATS_DISPLAY

#define ETHARP_STATS_DISPLAY ( )

Definition at line 220 of file stats.h.

◆ ETHARP_STATS_INC

#define ETHARP_STATS_INC (   x)

Definition at line 219 of file stats.h.

◆ ICMP_STATS_DISPLAY

#define ICMP_STATS_DISPLAY ( )

Definition at line 188 of file stats.h.

◆ ICMP_STATS_INC

#define ICMP_STATS_INC (   x)

Definition at line 187 of file stats.h.

◆ IGMP_STATS_DISPLAY

#define IGMP_STATS_DISPLAY ( )

Definition at line 196 of file stats.h.

◆ IGMP_STATS_INC

#define IGMP_STATS_INC (   x)

Definition at line 195 of file stats.h.

◆ IP_STATS_DISPLAY

#define IP_STATS_DISPLAY ( )

Definition at line 204 of file stats.h.

◆ IP_STATS_INC

#define IP_STATS_INC (   x)

Definition at line 203 of file stats.h.

◆ IPFRAG_STATS_DISPLAY

#define IPFRAG_STATS_DISPLAY ( )

Definition at line 212 of file stats.h.

◆ IPFRAG_STATS_INC

#define IPFRAG_STATS_INC (   x)

Definition at line 211 of file stats.h.

◆ LINK_STATS_DISPLAY

#define LINK_STATS_DISPLAY ( )

Definition at line 228 of file stats.h.

◆ LINK_STATS_INC

#define LINK_STATS_INC (   x)

Definition at line 227 of file stats.h.

◆ MEM_STATS_AVAIL

#define MEM_STATS_AVAIL (   x,
  y 
)

Definition at line 238 of file stats.h.

◆ MEM_STATS_DEC_USED

#define MEM_STATS_DEC_USED (   x,
  y 
)

Definition at line 241 of file stats.h.

◆ MEM_STATS_DISPLAY

#define MEM_STATS_DISPLAY ( )

Definition at line 242 of file stats.h.

◆ MEM_STATS_INC

#define MEM_STATS_INC (   x)

Definition at line 239 of file stats.h.

◆ MEM_STATS_INC_USED

#define MEM_STATS_INC_USED (   x,
  y 
)

Definition at line 240 of file stats.h.

◆ MEMP_STATS_AVAIL

#define MEMP_STATS_AVAIL (   x,
  i,
  y 
)

Definition at line 252 of file stats.h.

◆ MEMP_STATS_DEC

#define MEMP_STATS_DEC (   x,
  i 
)

Definition at line 254 of file stats.h.

◆ MEMP_STATS_DISPLAY

#define MEMP_STATS_DISPLAY (   i)

Definition at line 256 of file stats.h.

◆ MEMP_STATS_INC

#define MEMP_STATS_INC (   x,
  i 
)

Definition at line 253 of file stats.h.

◆ MEMP_STATS_INC_USED

#define MEMP_STATS_INC_USED (   x,
  i 
)

Definition at line 255 of file stats.h.

◆ STATS_DEC

#define STATS_DEC (   x)

Definition at line 163 of file stats.h.

◆ stats_display

#define stats_display ( )

Definition at line 280 of file stats.h.

◆ stats_display_igmp

#define stats_display_igmp (   igmp)

Definition at line 282 of file stats.h.

◆ stats_display_mem

#define stats_display_mem (   mem,
  name 
)

Definition at line 283 of file stats.h.

◆ stats_display_memp

#define stats_display_memp (   mem,
  index 
)

Definition at line 284 of file stats.h.

◆ stats_display_proto

#define stats_display_proto (   proto,
  name 
)

Definition at line 281 of file stats.h.

◆ stats_display_sys

#define stats_display_sys (   sys)

Definition at line 285 of file stats.h.

◆ STATS_INC

#define STATS_INC (   x)

Definition at line 162 of file stats.h.

◆ STATS_INC_USED

#define STATS_INC_USED (   x)

Definition at line 164 of file stats.h.

◆ stats_init

#define stats_init ( )

Definition at line 161 of file stats.h.

◆ SYS_STATS_DEC

#define SYS_STATS_DEC (   x)

Definition at line 266 of file stats.h.

◆ SYS_STATS_DISPLAY

#define SYS_STATS_DISPLAY ( )

Definition at line 268 of file stats.h.

◆ SYS_STATS_INC

#define SYS_STATS_INC (   x)

Definition at line 265 of file stats.h.

◆ SYS_STATS_INC_USED

#define SYS_STATS_INC_USED (   x)

Definition at line 267 of file stats.h.

◆ TCP_STATS_DISPLAY

#define TCP_STATS_DISPLAY ( )

Definition at line 172 of file stats.h.

◆ TCP_STATS_INC

#define TCP_STATS_INC (   x)

Definition at line 171 of file stats.h.

◆ UDP_STATS_DISPLAY

#define UDP_STATS_DISPLAY ( )

Definition at line 180 of file stats.h.

◆ UDP_STATS_INC

#define UDP_STATS_INC (   x)

Definition at line 179 of file stats.h.