Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dstats.h434 #define ICMP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp6, "ICMPv6") macro
437 #define ICMP6_STATS_DISPLAY() macro
/third_party/lwip/src/core/
Dstats.c157 ICMP6_STATS_DISPLAY(); in stats_display()