Searched refs:stats_display_proto (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/hardware/chip/haas1000/drivers/net/lwip/src/include/lwip/ |
A D | stats.h | 326 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP") 334 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP") 342 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP") 358 #define IP_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip, "IP") 374 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP") 382 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK") 426 #define IP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip6, "IPv6") 434 #define ICMP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp6, "ICMPv6") 458 #define ND6_STATS_DISPLAY() stats_display_proto(&lwip_stats.nd6, "ND") 473 void stats_display_proto(struct stats_proto *proto, const char *name); [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/include/lwip/ |
A D | stats.h | 326 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP") 334 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP") 342 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP") 358 #define IP_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip, "IP") 374 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP") 382 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK") 426 #define IP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip6, "IPv6") 434 #define ICMP6_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp6, "ICMPv6") 458 #define ND6_STATS_DISPLAY() stats_display_proto(&lwip_stats.nd6, "ND") 473 void stats_display_proto(struct stats_proto *proto, const char *name); [all …]
|
/AliOS-Things-master/components/lwip/lwip2.0.0/core/ |
A D | stats.c | 64 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto() function
|
Completed in 7 milliseconds