Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h309 #define STATS_INC(x) ++lwip_stats.x macro
319 #define STATS_INC(x)
325 #define TCP_STATS_INC(x) STATS_INC(x)
333 #define UDP_STATS_INC(x) STATS_INC(x)
341 #define ICMP_STATS_INC(x) STATS_INC(x)
349 #define IGMP_STATS_INC(x) STATS_INC(x)
357 #define IP_STATS_INC(x) STATS_INC(x)
365 #define IPFRAG_STATS_INC(x) STATS_INC(x)
373 #define ETHARP_STATS_INC(x) STATS_INC(x)
381 #define LINK_STATS_INC(x) STATS_INC(x)
[all …]