RetroArch
Macros
stats.h File Reference
#include "lwip/opt.h"
#include "arch/cc.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 TCP_STATS_INC(x)
 
#define UDP_STATS_INC(x)
 
#define ICMP_STATS_INC(x)
 
#define IP_STATS_INC(x)
 
#define IPFRAG_STATS_INC(x)
 
#define LINK_STATS_INC(x)
 
#define stats_display()
 

Macro Definition Documentation

◆ ICMP_STATS_INC

#define ICMP_STATS_INC (   x)

◆ IP_STATS_INC

#define IP_STATS_INC (   x)

◆ IPFRAG_STATS_INC

#define IPFRAG_STATS_INC (   x)

◆ LINK_STATS_INC

#define LINK_STATS_INC (   x)

◆ stats_display

#define stats_display ( )

◆ STATS_INC

#define STATS_INC (   x)

◆ stats_init

#define stats_init ( )

◆ TCP_STATS_INC

#define TCP_STATS_INC (   x)

◆ UDP_STATS_INC

#define UDP_STATS_INC (   x)