HomeSort by relevance Sort by last modified time
    Searched refs:stats_display_proto (Results 1 - 2 of 2) sorted by null

  /external/syslinux/core/lwip/src/include/lwip/
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/
stats.c 72 stats_display_proto(struct stats_proto *proto, char *name) function

Completed in 43 milliseconds