Searched refs:tcp_accepted (Results 1 – 3 of 3) sorted by relevance
455 #define tcp_accepted(pcb) do { LWIP_UNUSED_ARG(pcb); } while(0) /* compatibility define, n… macro
77 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
778 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets2758 applications have to call 'tcp_accepted(pcb)' in their accept callback to