tcp_echoclient_recv() is only used within LwIP_TCP_Echo_Client.
 
Symbols
loading...
Files
loading...

tcp_echoclient_recv() function

tcp_receiv callback

Syntax

static err_t tcp_echoclient_recv(void *arg,     struct tcp_pcb *tpcb,     struct pbuf *p,     err_t err);
Implemented in tcp_echoclient.c:160

Arguments

arg

argument to be passed to receive callback

tpcb

tcp connection control block

p

err

receive error code

Return value

err_t: returned error

References

LocationReferrerText
tcp_echoclient.c:160
static err_t tcp_echoclient_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err)
tcp_echoclient.c:57
static err_t tcp_echoclient_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err);
tcp_echoclient.c:122tcp_echoclient_connected()
tcp_recv(tpcb, tcp_echoclient_recv);

Call Tree

Functions called by tcp_echoclient_recv()
tcp_echoclient_recv()
Data read by tcp_echoclient_recv()
Data written by tcp_echoclient_recv()
tcp_echoclient_recv()
tcp_echoclient_recv()::es
tcp_echoclient_recv()::ret_err
all items filtered out
Type of tcp_echoclient_recv()
tcp_echoclient_recv()
all items filtered out