memp_t::MEMP_TCP_PCB_LISTEN is only used within LwIP.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesLwIPmemp_t::MEMP_TCP_PCB_LISTEN

memp_t::MEMP_TCP_PCB_LISTEN

References

LocationReferrerText
memp_std.h:51
LWIP_MEMPOOL(TCP_PCB_LISTEN, MEMP_NUM_TCP_PCB_LISTEN, sizeof(struct tcp_pcb_listen), "TCP_PCB_LISTEN")
tcp.c:227tcp_free_listen()
memp_free(MEMP_TCP_PCB_LISTEN, pcb);
tcp.c:882tcp_listen_with_backlog_and_err()
lpcb = (struct tcp_pcb_listen *)memp_malloc(MEMP_TCP_PCB_LISTEN);

Data Use

Functions using memp_t::MEMP_TCP_PCB_LISTEN
memp_t::MEMP_TCP_PCB_LISTEN