Searched refs:tcp_alloc (Results 1 – 4 of 4) sorted by relevance
66 struct tcp_pcb * tcp_alloc (u8_t prio);
1278 tcp_alloc(u8_t prio) in tcp_alloc() function1365 return tcp_alloc(TCP_PRIO_NORMAL); in tcp_new()
466 npcb = tcp_alloc(pcb->prio); in tcp_listen_input()
1026 * tcp.c: tcp_alloc: prevent increasing stats.err for MEMP_TCP_PCB when