Searched refs:tcp_new (Results 1 - 5 of 5) sorted by relevance

/seL4-camkes-master/projects/lwip/src/include/lwip/
H A Daltcp.h155 #define altcp_tcp_new tcp_new
158 #define altcp_new(allocator) tcp_new()
H A Dtcp.h411 struct tcp_pcb * tcp_new (void);
/seL4-camkes-master/projects/lwip/test/unit/tcp/
H A Dtcp_helper.c241 struct tcp_pcb* pcb = tcp_new();
H A Dtest_tcp.c81 /** Call tcp_new() and tcp_abort() and test memp stats */
89 pcb = tcp_new();
99 /** Call tcp_new() and tcp_abort() and test memp stats */
118 pcb = tcp_new();
/seL4-camkes-master/projects/lwip/src/core/
H A Dtcp.c20 * tcp_new() function. This PCB can then be either set to listen for new
22 * - tcp_new()
1945 tcp_new(void) function

Completed in 43 milliseconds