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

tcp_err_fn

Function prototype for tcp error callback functions. Called when the pcb receives a RST or is unexpectedly closed for any other reason.

Syntax

typedef void (*tcp_err_fn)(void *arg, err_t err);

References

LocationReferrerText
tcp.h:120
typedef void (*tcp_err_fn)(void *arg, err_t err);
tcp.c:567tcp_abandon()
tcp_err_fn errf;
tcp.c:1382tcp_slowtmr()
tcp_err_fn err_fn = pcb->errf;
tcp.c:2057tcp_err()
tcp_err(struct tcp_pcb *pcb, tcp_err_fn err)
tcp.h:360
tcp_err_fn errf;
tcp.h:418
void tcp_err (struct tcp_pcb *pcb, tcp_err_fn err);

Type Use

Variables of tcp_err_fn type
all items filtered out
tcp_err_fn