Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h326 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP") macro
329 #define TCP_STATS_DISPLAY() macro
/third_party/lwip/src/core/
Dstats.c159 TCP_STATS_DISPLAY(); in stats_display()