HomeSort by relevance Sort by last modified time
    Searched refs:UDP_STATS_INC (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/core/
udp.c 96 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/
stats.h 176 #define UDP_STATS_INC(x) STATS_INC(x)
179 #define UDP_STATS_INC(x)

Completed in 301 milliseconds