Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Daltcp.h180 #define altcp_listen tcp_listen
H A Dtcp.h467 #define tcp_listen(pcb) tcp_listen_with_backlog(pcb, TCP_DEFAULT_LISTEN_BACKLOG) macro
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1935 * tcp.c: tcp_listen() did not copy the pcb's prio.
3475 * api_msg.c, tcp.c: Fix bug #20480: Check the pcb passed to tcp_listen() for the
3487 * api_msg.c: Fix bug #20315: possible memory leak problem if tcp_listen failed,