Searched refs:tcp_accepted (Results 1 – 4 of 4) sorted by relevance
333 #define tcp_accepted(pcb) do { \ macro337 #define tcp_accepted(pcb) LWIP_ASSERT("pcb->state == LISTEN (called for wrong pcb?)", \ macro
722 tcp_accepted(conn->pcb.tcp);1180 tcp_accepted(msg->conn->pcb.tcp);
144 - void tcp_accepted(struct tcp_pcb *pcb)
1569 applications have to call 'tcp_accepted(pcb)' in their accept callback to