Lines Matching refs:pcbs

184 struct tcp_pcb **const tcp_pcb_lists[] = {&tcp_listen_pcbs.pcbs, &tcp_bound_pcbs,
494 * Listening pcbs are freed and may not be referenced any more.
495 * Connection pcbs are freed if not yet connected and may not be referenced
552 tcp_pcb_remove(&tcp_listen_pcbs.pcbs, pcb);
624 * Listening pcbs are freed and may not be referenced any more.
625 * Connection pcbs are freed if not yet connected and may not be referenced
734 LWIP_ASSERT("don't call tcp_abort/tcp_abandon for listen-pcbs",
846 we have to check the pcbs in TIME-WAIT state, also.
882 /* Omit checking for the same port if both pcbs have REUSEADDR set.
1080 TCP_REG(&tcp_listen_pcbs.pcbs, (struct tcp_pcb *)lpcb);
1144 LWIP_ASSERT("don't call tcp_recved for listen-pcbs",
1349 /* SYN segment was enqueued, changed the pcbs state now */
1388 LWIP_DEBUGF(TCP_DEBUG, ("tcp_slowtmr: no active pcbs\n"));
1702 /** Call tcp_output for all active pcbs that have TF_NAGLEMEMERR set */
1939 /* Go through the list of active pcbs and get the oldest pcb that is in state
1969 /* Go through the list of TIME_WAIT pcbs and get the oldest pcb. */
1984 * In this case, we want to handle all pcbs that want to close first: if we can
2020 /* Try to send FIN for all pcbs stuck in TF_CLOSEPEND first */
2118 * allocated pcbs that are not bound can't be killed automatically if wanting
2171 /* This function is allowed to be called for both listen pcbs and
2172 connection pcbs. */
2724 * provided to manage transition from listening pcbs to connections and to
2737 * The index is *global* over all pcbs!
2743 * provided to manage transition from listening pcbs to connections and to