Searched refs:stats_display_proto (Results 1 – 2 of 2) sorted by relevance
/external/syslinux/core/lwip/src/include/lwip/ |
D | stats.h | 169 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP") 177 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP") 185 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP") 201 #define IP_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip, "IP") 209 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG") 217 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP") 225 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK") 274 void stats_display_proto(struct stats_proto *proto, char *name); 281 #define stats_display_proto(proto, name) macro
|
/external/syslinux/core/lwip/src/core/ |
D | stats.c | 72 stats_display_proto(struct stats_proto *proto, char *name) in stats_display_proto() function
|