Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Daltcp.h160 #define altcp_tcp_new tcp_new
163 #define altcp_new(allocator) tcp_new()
Dtcp.h415 struct tcp_pcb * tcp_new (void);
/third_party/lwip/test/unit/tcp/
Dtcp_helper.c241 struct tcp_pcb* pcb = tcp_new(); in test_tcp_new_counters_pcb()
Dtest_tcp.c89 pcb = tcp_new(); in START_TEST()
118 pcb = tcp_new(); in START_TEST()
/third_party/lwip/src/core/
Dtcp.c2124 tcp_new(void) function