Searched refs:stats_display_proto (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dstats.h326 #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")
366 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
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")
442 #define IP6_FRAG_STATS_DISPLAY() stats_display_proto(
480 #define stats_display_proto macro
[all...]
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dstats.h154 #define TCP_STATS_DISPLAY() stats_display_proto(&lwip_stats.tcp, "TCP")
162 #define UDP_STATS_DISPLAY() stats_display_proto(&lwip_stats.udp, "UDP")
170 #define ICMP_STATS_DISPLAY() stats_display_proto(&lwip_stats.icmp, "ICMP")
186 #define IP_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip, "IP")
194 #define IPFRAG_STATS_DISPLAY() stats_display_proto(&lwip_stats.ip_frag, "IP_FRAG")
202 #define ETHARP_STATS_DISPLAY() stats_display_proto(&lwip_stats.etharp, "ETHARP")
210 #define LINK_STATS_DISPLAY() stats_display_proto(&lwip_stats.link, "LINK")
265 void stats_display_proto(struct stats_proto *proto, char *name);
272 #define stats_display_proto(proto, name) macro
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dstats.c52 void stats_display_proto(struct stats_proto *proto, char *name) function
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dstats.c64 stats_display_proto(struct stats_proto *proto, const char *name) function

Completed in 52 milliseconds