Searched refs:tcp_alloc (Results 1 – 4 of 4) sorted by relevance
1835 tcp_alloc(u8_t prio) in tcp_alloc() function1949 return tcp_alloc(TCP_PRIO_NORMAL); in tcp_new()1968 pcb = tcp_alloc(TCP_PRIO_NORMAL); in tcp_new_ip_type()
659 npcb = tcp_alloc(pcb->prio);
79 struct tcp_pcb * tcp_alloc (u8_t prio);
101 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED570 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections2225 * tcp.c: tcp_alloc: prevent increasing stats.err for MEMP_TCP_PCB when