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

/external/syslinux/core/lwip/src/core/
H A Dtcp_out.c127 struct tcp_seg *last_unsent; local
128 for (last_unsent = pcb->unsent; last_unsent->next != NULL;
129 last_unsent = last_unsent->next);
131 if ((TCPH_FLAGS(last_unsent->tcphdr) & (TCP_SYN | TCP_FIN | TCP_RST)) == 0) {
133 TCPH_SET_FLAG(last_unsent->tcphdr, TCP_FIN);
354 struct tcp_seg *last_unsent = NULL, *seg = NULL, *prev_seg = NULL, *queue = NULL; local
421 /* @todo: this could be sped up by keeping last_unsent in the pcb */
422 for (last_unsent
[all...]

Completed in 431 milliseconds