Home
last modified time | relevance | path

Searched refs:unsent (Results 1 – 9 of 9) sorted by relevance

/external/syslinux/core/lwip/src/core/
Dtcp_out.c126 if (pcb->unsent != NULL) { in tcp_send_fin()
128 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_send_fin()
246 pcb->unsent != NULL || in tcp_pbuf_prealloc()
326 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_write_checks()
329 pcb->unacked == NULL && pcb->unsent == NULL); in tcp_write_checks()
417 if (pcb->unsent != NULL) { in tcp_write()
422 for (last_unsent = pcb->unsent; last_unsent->next != NULL; in tcp_write()
661 pcb->unsent = queue; in tcp_write()
677 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_write()
698 pcb->unsent != NULL); in tcp_write()
[all …]
Dtcp_in.c1010 pcb->unsent != NULL); in tcp_receive()
1033 while (pcb->unsent != NULL && in tcp_receive()
1034 TCP_SEQ_BETWEEN(ackno, ntohl(pcb->unsent->tcphdr->seqno) + in tcp_receive()
1035 TCP_TCPLEN(pcb->unsent), pcb->snd_nxt)) { in tcp_receive()
1037 … ntohl(pcb->unsent->tcphdr->seqno), ntohl(pcb->unsent->tcphdr->seqno) + in tcp_receive()
1038 TCP_TCPLEN(pcb->unsent))); in tcp_receive()
1040 next = pcb->unsent; in tcp_receive()
1041 pcb->unsent = pcb->unsent->next; in tcp_receive()
1053 pcb->unacked != NULL || pcb->unsent != NULL); in tcp_receive()
Dtcp.c352 if (pcb->unsent != NULL) { in tcp_abandon()
353 tcp_segs_free(pcb->unsent); in tcp_abandon()
1397 if (pcb->unsent != NULL) { in tcp_pcb_purge()
1415 tcp_segs_free(pcb->unsent); in tcp_pcb_purge()
1417 pcb->unacked = pcb->unsent = NULL; in tcp_pcb_purge()
1446 LWIP_ASSERT("unsent segments leaking", pcb->unsent == NULL); in tcp_pcb_remove()
/external/syslinux/core/lwip/src/include/lwip/
Dtcp_impl.h86 (((tpcb)->unsent != NULL) && (((tpcb)->unsent->next != NULL) || \
87 ((tpcb)->unsent->len >= (tpcb)->mss))) \
Dtcp.h240 struct tcp_seg *unsent; /* Unsent (queued) segments. */ member
/external/boringssl/src/
DPORTING.md128 * If a HelloRequest is received while `SSL_write` has unsent application data,
/external/syslinux/core/lwip/
DCHANGELOG724 * tcp_out.c: Fixed bug #27905: FIN isn't combined with data on unsent
974 (and unsent->next == NULL)
1003 Fixed by sorting the unsent and unacked queues (segments are inserted at the
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/strace/
DChangeLog12576 Print unsent messages of failed sendmmsg syscall.
12583 Print unsent messages of sendmmsg syscall.