Rtos API example

Embed: (wiki syntax)

« Back to documentation index

lwip_stats.c File Reference

lwip_stats.c File Reference

Statistics module. More...

Go to the source code of this file.

Functions

void stats_init (void)
 Init statistics.

Variables

struct stats_ lwip_stats
 Global variable containing lwIP internal statistics.

Detailed Description

Statistics module.

Definition in file lwip_stats.c.


Function Documentation

void stats_init ( void   )

Init statistics.

Definition at line 53 of file lwip_stats.c.


Variable Documentation

Global variable containing lwIP internal statistics.

Add this to your debugger's watchlist.

Definition at line 50 of file lwip_stats.c.