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

tcp_connected_fn

Function prototype for tcp connected callback functions. Called when a pcb is connected to the remote side after initiating a connection attempt by calling tcp_connect().

Syntax

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

References

LocationReferrerText
tcp.h:134
typedef err_t (*tcp_connected_fn)(void *arg, struct tcp_pcb *tpcb, err_t err);
tcp.c:1068tcp_connect()
tcp_connected_fn connected)
tcp.h:356
tcp_connected_fn connected;
tcp.h:462
u16_t port, tcp_connected_fn connected);

tcp_connected_fn
all items filtered out