Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dstats.h58 struct stats_proto { struct
115 struct stats_proto link;
118 struct stats_proto etharp;
121 struct stats_proto ip_frag;
124 struct stats_proto ip;
127 struct stats_proto icmp;
133 struct stats_proto udp;
136 struct stats_proto tcp;
274 void stats_display_proto(struct stats_proto *proto, const char *name);
/lib/liblwip/src/core/
Dstats.c72 stats_display_proto(struct stats_proto *proto, const char *name) in stats_display_proto()