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