Home
last modified time | relevance | path

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

/lib/liblwip/src/core/
Dudp.c163 UDP_STATS_INC(udp.recv);
173 UDP_STATS_INC(udp.lenerr);
174 UDP_STATS_INC(udp.drop);
278 UDP_STATS_INC(udp.cachehit);
306 UDP_STATS_INC(udp.chkerr);
307 UDP_STATS_INC(udp.drop);
317 UDP_STATS_INC(udp.chkerr);
318 UDP_STATS_INC(udp.drop);
333 UDP_STATS_INC(udp.chkerr);
334 UDP_STATS_INC(udp.drop);
[all …]
/lib/liblwip/src/include/lwip/
Dstats.h176 #define UDP_STATS_INC(x) STATS_INC(x) macro
179 #define UDP_STATS_INC(x) macro