tcp_poll_fn is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_poll_fn

Function prototype for tcp poll callback functions. Called periodically as specified by @see tcp_poll.

Syntax

typedef err_t (*tcp_poll_fn)(void *arg, struct tcp_pcb *tpcb);

References

LocationReferrerText
tcp.h:108
typedef err_t (*tcp_poll_fn)(void *arg, struct tcp_pcb *tpcb);
tcp.c:2105tcp_poll()
tcp_poll(struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval)
tcp.h:358
tcp_poll_fn poll;
tcp.h:421
void tcp_poll (struct tcp_pcb *pcb, tcp_poll_fn poll, u8_t interval);

tcp_poll_fn
all items filtered out