Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/core/ipv4/
A Dip4.c222 IP_STATS_INC(ip.rterr); in ip4_route()
377 IP_STATS_INC(ip.fw); in ip4_forward()
379 IP_STATS_INC(ip.xmit); in ip4_forward()
475 IP_STATS_INC(ip.recv);
484 IP_STATS_INC(ip.err);
485 IP_STATS_INC(ip.drop);
526 IP_STATS_INC(ip.drop);
687 IP_STATS_INC(ip.drop);
705 IP_STATS_INC(ip.drop);
932 IP_STATS_INC(ip.err);
[all …]
/lib/lwip/lwip/src/include/lwip/
A Dstats.h357 #define IP_STATS_INC(x) STATS_INC(x) macro
360 #define IP_STATS_INC(x) macro

Completed in 12 milliseconds