Searched refs:tcp_accepted (Results 1 – 10 of 10) sorted by relevance
333 #define tcp_accepted(pcb) do { \ macro337 #define tcp_accepted(pcb) LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", \ macro
389 #define tcp_accepted(pcb) /* compatibility define, not needed any more */ macro
455 #define tcp_accepted(pcb) do { LWIP_UNUSED_ARG(pcb); } while(0) /* compatibility define, n… macro
722 tcp_accepted(conn->pcb.tcp);1180 tcp_accepted(msg->conn->pcb.tcp);
34 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
516 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets2496 applications have to call 'tcp_accepted(pcb)' in their accept callback to
77 …* Changed TCP listen backlog: removed tcp_accepted(), added the function pair tcp_backlog_delayed(…
733 have to call tcp_accepted() any more. Instead, when delaying accept (e.g. sockets2713 applications have to call 'tcp_accepted(pcb)' in their accept callback to
144 - void tcp_accepted(struct tcp_pcb *pcb)
1569 applications have to call 'tcp_accepted(pcb)' in their accept callback to