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

tcp_bound_pcbs variable

List of all TCP PCBs bound but not yet (connected || listening)

Syntax

extern struct tcp_pcb *tcp_bound_pcbs;
Implemented in tcp.c:171

References

LocationReferrerText
tcp.c:171
struct tcp_pcb *tcp_bound_pcbs;
tcp_priv.h:335
extern struct tcp_pcb *tcp_bound_pcbs;
tcp.c:181
struct tcp_pcb **const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,
tcp.c:388tcp_close_shutdown()
TCP_RMV(&tcp_bound_pcbs, pcb);
tcp.c:597tcp_abandon()
TCP_RMV(&tcp_bound_pcbs, pcb);
tcp.c:747tcp_bind()
TCP_REG(&tcp_bound_pcbs, pcb);
tcp.c:900tcp_listen_with_backlog_and_err()
TCP_RMV(&tcp_bound_pcbs, pcb);
tcp.c:1174tcp_connect()
TCP_RMV(&tcp_bound_pcbs, pcb);
tcp.c:2337tcp_netif_ip_addr_changed()

Data Use

Functions reading tcp_bound_pcbs
tcp_bound_pcbs
all items filtered out
Type of tcp_bound_pcbs
tcp_bound_pcbs
all items filtered out