Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dudp.c96 UDP_STATS_INC(udp.recv);
106 UDP_STATS_INC(udp.lenerr);
107 UDP_STATS_INC(udp.drop);
205 UDP_STATS_INC(udp.cachehit);
233 UDP_STATS_INC(udp.chkerr);
234 UDP_STATS_INC(udp.drop);
244 UDP_STATS_INC(udp.chkerr);
245 UDP_STATS_INC(udp.drop);
260 UDP_STATS_INC(udp.chkerr);
261 UDP_STATS_INC(udp.drop);
[all …]
/external/syslinux/core/lwip/src/include/lwip/
Dstats.h176 #define UDP_STATS_INC(x) STATS_INC(x) macro
179 #define UDP_STATS_INC(x) macro