tcp_echoserver_struct is only used within LwIP_TCP_Echo_Server.
 
Symbols
loading...
Files
loading...

tcp_echoserver_struct struct

Syntax

struct tcp_echoserver_struct {   u8_t state;                u8_t retries;   struct tcp_pcb *pcb;       struct pbuf *p;          };

Fields

state

No summary provided. Read more...

retries

No summary provided. Read more...

pcb

No summary provided. Read more...

p

No summary provided. Read more...

References

LocationReferrerScopeText
tcp_echoserver.c:57
struct tcp_echoserver_struct
tcp_echoserver.c:71tcp_echoserver_send()::estcp_echoserver_send()
static void tcp_echoserver_send(struct tcp_pcb *tpcb, struct tcp_echoserver_struct *es);
tcp_echoserver.c:72tcp_echoserver_connection_close()::estcp_echoserver_connection_close()
static void tcp_echoserver_connection_close(struct tcp_pcb *tpcb, struct tcp_echoserver_struct *es);
tcp_echoserver.c:118tcp_echoserver_accept()
struct tcp_echoserver_struct *es;
tcp_echoserver.c:127tcp_echoserver_accept()
es = (struct tcp_echoserver_struct *)mem_malloc(sizeof(struct tcp_echoserver_struct));
tcp_echoserver.c:170tcp_echoserver_recv()
struct tcp_echoserver_struct *es;
tcp_echoserver.c:175tcp_echoserver_recv()
es = (struct tcp_echoserver_struct *)arg;
tcp_echoserver.c:273tcp_echoserver_error()
struct tcp_echoserver_struct *es;
tcp_echoserver.c:277tcp_echoserver_error()
es = (struct tcp_echoserver_struct *)arg;
tcp_echoserver.c:294tcp_echoserver_poll()
struct tcp_echoserver_struct *es;
tcp_echoserver.c:296tcp_echoserver_poll()
es = (struct tcp_echoserver_struct *)arg;
tcp_echoserver.c:333tcp_echoserver_sent()
struct tcp_echoserver_struct *es;
tcp_echoserver.c:337tcp_echoserver_sent()
es = (struct tcp_echoserver_struct *)arg;
tcp_echoserver.c:362tcp_echoserver_send()
static void tcp_echoserver_send(struct tcp_pcb *tpcb, struct tcp_echoserver_struct *es)
tcp_echoserver.c:422tcp_echoserver_connection_close()
static void tcp_echoserver_connection_close(struct tcp_pcb *tpcb, struct tcp_echoserver_struct *es)

Type Use

Variables of tcp_echoserver_struct type
tcp_echoserver_accept()::es
tcp_echoserver_recv()::es
tcp_echoserver_error()::es
tcp_echoserver_poll()::es
tcp_echoserver_sent()::es
all items filtered out
tcp_echoserver_struct