Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h160 #define altcp_tcp_new tcp_new
163 #define altcp_new(allocator) tcp_new()
H A Dtcp.h411 struct tcp_pcb * tcp_new (void);
/btstack/3rd-party/lwip/core/src/core/
H A Dtcp.c1950 tcp_new(void) in tcp_new() function