Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dstats.h177 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP") macro
180 #define UDP_STATS_DISPLAY() macro
/lib/liblwip/src/core/
Dstats.c165 UDP_STATS_DISPLAY(); in stats_display()