Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dicmp.c91 ICMP_STATS_INC(icmp.recv); in icmp_input()
150 ICMP_STATS_INC(icmp.chkerr); in icmp_input()
243 ICMP_STATS_INC(icmp.xmit); in icmp_input()
279 ICMP_STATS_INC(icmp.proterr); in icmp_input()
280 ICMP_STATS_INC(icmp.drop); in icmp_input()
286 ICMP_STATS_INC(icmp.lenerr); in icmp_input()
292 ICMP_STATS_INC(icmp.err); in icmp_input()
412 ICMP_STATS_INC(icmp.xmit); in icmp_send_response()
/third_party/lwip/src/include/lwip/
Dstats.h341 #define ICMP_STATS_INC(x) STATS_INC(x) macro
344 #define ICMP_STATS_INC(x) macro