Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A 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)
381 #define LINK_STATS_INC(x) STATS_INC(x)
425 #define IP6_STATS_INC(x) STATS_INC(x)
449 #define MLD6_STATS_INC(x) STATS_INC(x)
[all …]

Completed in 5 milliseconds