Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dtcp.h455 #define tcp_accepted(pcb) do { LWIP_UNUSED_ARG(pcb); } while(0) /* compatibility define, n… macro
/btstack/3rd-party/lwip/core/
H A DUPGRADING77 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
H A DCHANGELOG778 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets
2758 applications have to call 'tcp_accepted(pcb)' in their accept callback to