Home
last modified time | relevance | path

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

/third_party/lwip/src/core/ipv4/
Dip4.c252 IP_STATS_INC(ip.rterr);
376 IP_STATS_INC(ip.fw);
378 IP_STATS_INC(ip.xmit);
474 IP_STATS_INC(ip.recv);
487 IP_STATS_INC(ip.err);
488 IP_STATS_INC(ip.drop);
528 IP_STATS_INC(ip.lenerr);
529 IP_STATS_INC(ip.drop);
543 IP_STATS_INC(ip.chkerr);
544 IP_STATS_INC(ip.drop);
[all …]
/third_party/lwip/src/include/lwip/
Dstats.h357 #define IP_STATS_INC(x) STATS_INC(x) macro
360 #define IP_STATS_INC(x) macro