HomeSort by relevance Sort by last modified time
    Searched refs:unsent (Results 1 - 11 of 11) sorted by null

  /external/syslinux/core/lwip/src/core/
tcp_out.c 125 /* first, try to add the fin to the last unsent segment */
126 if (pcb->unsent != NULL) {
128 for (last_unsent = pcb->unsent; last_unsent->next != NULL;
246 pcb->unsent != NULL ||
314 /* If total number of pbufs on the unsent/unacked queues exceeds the
326 pcb->unacked != NULL || pcb->unsent != NULL);
329 pcb->unacked == NULL && pcb->unsent == NULL);
398 * 2. Chain a new pbuf to the end of pcb->unsent.
416 /* Find the tail of the unsent queue. */
417 if (pcb->unsent != NULL)
    [all...]
tcp_in.c     [all...]
tcp.c 227 returns (unsent data is sent from tcp timer functions, also), we don't care
352 if (pcb->unsent != NULL) {
353 tcp_segs_free(pcb->unsent);
    [all...]
  /external/syslinux/core/lwip/src/include/lwip/
tcp_impl.h 80 * - the only unsent segment is at least pcb->mss bytes long (or there is more
81 * than one unsent segment - with lwIP, this can happen although unsent->len < mss)
86 (((tpcb)->unsent != NULL) && (((tpcb)->unsent->next != NULL) || \
87 ((tpcb)->unsent->len >= (tpcb)->mss))) \
277 /* This structure represents a TCP segment on the unsent, unacked and ooseq queues */
284 pbuf in unsent (used for asserting vs.
tcp.h 235 /* Extra bytes available at the end of the last pbuf in unsent. */
240 struct tcp_seg *unsent; /* Unsent (queued) segments. */ member in struct:tcp_pcb
  /prebuilts/go/darwin-x86/src/net/
tcpsock.go 140 // If sec == 0, the operating system discards any unsent or
145 // unsent data may be discarded.
  /prebuilts/go/linux-x86/src/net/
tcpsock.go 140 // If sec == 0, the operating system discards any unsent or
145 // unsent data may be discarded.
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-ses/1.11.18/
aws-java-sdk-ses-1.11.18.jar 
  /prebuilts/go/darwin-x86/src/net/http/
h2_bundle.go     [all...]
  /prebuilts/go/linux-x86/src/net/http/
h2_bundle.go     [all...]

Completed in 347 milliseconds