tcp_pcb::listener is only used within LwIP.
 
Symbols
loading...
Files
loading...

tcp_pcb::listener field

Syntax

struct tcp_pcb_listen* listener;

References

LocationReferrerText
tcp.h:347
struct tcp_pcb_listen* listener;
tcp.c:258tcp_remove_listener()
if (pcb->listener == lpcb) {
tcp.c:259tcp_remove_listener()
pcb->listener = NULL;
tcp_in.c:691tcp_listen_input()
npcb->listener = pcb;
tcp_in.c:929tcp_process()
if (pcb->listener == NULL) {
tcp_in.c:936tcp_process()
LWIP_ASSERT("pcb->listener->accept != NULL", pcb->listener->accept != NULL);
tcp_in.c:940tcp_process()

Data Use

Functions writing tcp_pcb::listener
Functions reading tcp_pcb::listener
tcp_pcb::listener
Type of tcp_pcb::listener
tcp_pcb::listener
all items filtered out