Searched refs:last_unsent (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_out.c143 struct tcp_seg *last_unsent; local
144 for (last_unsent = pcb->unsent; last_unsent->next != NULL;
145 last_unsent = last_unsent->next);
147 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) {
149 TCPH_SET_FLAG(last_unsent->tcphdr, TCP_FIN);
371 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; local
449 /* @todo: this could be sped up by keeping last_unsent in the pcb */
450 for (last_unsent
[all...]

Completed in 220 milliseconds