Home
last modified time | relevance | path

Searched refs:tcp_alloc (Results 1 – 4 of 4) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c1838 tcp_alloc(u8_t prio) in tcp_alloc() function
1952 return tcp_alloc(TCP_PRIO_NORMAL); in tcp_new()
1971 pcb = tcp_alloc(TCP_PRIO_NORMAL); in tcp_new_ip_type()
H A Dtcp_in.c659 npcb = tcp_alloc(pcb->prio);
/btstack/3rd-party/lwip/core/src/include/lwip/priv/
H A Dtcp_priv.h79 struct tcp_pcb * tcp_alloc (u8_t prio);
/btstack/3rd-party/lwip/core/
H A DCHANGELOG91 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED
560 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
2215 * tcp.c: tcp_alloc: prevent increasing stats.err for MEMP_TCP_PCB when