http_poll() is only used within LwIP_IAP.
 
Symbols
loading...
Files
loading...

http_poll() function

tcp poll callback function

Syntax

static err_t http_poll(void *arg,     struct tcp_pcb *pcb);

Arguments

arg

pointer to an argument to be passed to callback function

pcb

pointer on tcp_pcb structure

Return value

err_t

References

LocationReferrerText
httpserver.c:153
static err_t http_poll(void *arg, struct tcp_pcb *pcb)
httpserver.c:546http_accept()
tcp_poll(pcb, http_poll, 10);

Call Tree

Functions called by http_poll()
http_poll()
all items filtered out
Data read by http_poll()
Data written by http_poll()
http_poll()
all items filtered out
Type of http_poll()
http_poll()
all items filtered out