Home
last modified time | relevance | path

Searched refs:STATS_INC (Results 1 – 1 of 1) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dstats.h153 #define STATS_INC(x) ++lwip_stats.x macro
162 #define STATS_INC(x)
168 #define TCP_STATS_INC(x) STATS_INC(x)
176 #define UDP_STATS_INC(x) STATS_INC(x)
184 #define ICMP_STATS_INC(x) STATS_INC(x)
192 #define IGMP_STATS_INC(x) STATS_INC(x)
200 #define IP_STATS_INC(x) STATS_INC(x)
208 #define IPFRAG_STATS_INC(x) STATS_INC(x)
216 #define ETHARP_STATS_INC(x) STATS_INC(x)
224 #define LINK_STATS_INC(x) STATS_INC(x)
[all …]