DynWebPage() is only used within LwIP_HTTP_Server_Netconn_RTOS.
 
Symbols
loading...
Files
loading...

DynWebPage() function

Create and send a dynamic Web Page. This page contains the list of running tasks and the number of page hits.

Syntax

void DynWebPage(struct netconn *conn);
Implemented in httpserver-netconn.c:277

Arguments

conn

pointer on connection structure

Return value

None

References

LocationReferrerText
httpserver-netconn.c:277
void DynWebPage(struct netconn *conn)
httpserver-netconn.h:7
void DynWebPage(struct netconn *conn);
httpserver-netconn.c:193http_server_serve()
DynWebPage(conn);

Call Tree

Functions calling DynWebPage()
Functions called by DynWebPage()
all items filtered out
DynWebPage()
sprintf()
memset()
strcat()
strlen()
all items filtered out
Data read by DynWebPage()
Data written by DynWebPage()
DynWebPage()::PAGE_BODY
DynWebPage()::pagehits
all items filtered out
DynWebPage()
all items filtered out