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

  /external/tcpdump/
print-sctp.c 311 const struct sctpSelectiveAck *sack; local
316 printf("[SACK] ");
317 sack=(const struct sctpSelectiveAck*)(chunkDescPtr+1);
318 printf("[cum ack %u] ", EXTRACT_32BITS(&sack->highestConseqTSN));
319 printf("[a_rwnd %u] ", EXTRACT_32BITS(&sack->updatedRwnd));
320 printf("[#gap acks %u] ", EXTRACT_16BITS(&sack->numberOfdesc));
321 printf("[#dup tsns %u] ", EXTRACT_16BITS(&sack->numDupTsns));
326 ((const struct sctpSelectiveAck *) sack+1)),
328 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
332 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart)
    [all...]
sctpHeader.h 196 struct sctpSelectiveAck sack; member in struct:sctpUnifiedSack
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 2635 struct sctp_sack_info *sack; local
4833 struct sctp_sack_info *sack; local
    [all...]
sctp_header.h 273 /* Selective Ack (SACK) */
290 struct sctp_sack sack; member in struct:sctp_sack_chunk
578 * we pre-reserve enough room for a ECNE or CWR AND a SACK with no missing
580 * optimize so we MOST likely can bundle a SACK/ECN with the smallest size
582 * taking out these two but the 24-sack/8-CWR i.e. 32 bytes I pre-reserve I
sctp_input.c 4956 struct sctp_sack_chunk *sack; local
    [all...]
sctp_uio.h 940 struct sctp_sack_log sack; member in union:sctp_cwnd_log::__anon20260
991 uint32_t sctps_recvsacks; /* total input SACK chunks */
1044 uint32_t sctps_timosack; /* Number of sack timers that fired */
1083 * a sack response
    [all...]
sctp_output.c 10907 struct sctp_sack_chunk *sack; local
    [all...]
sctputil.c 200 sctp_clog.x.sack.cumack = cumack;
201 sctp_clog.x.sack.oldcumack = old_cumack;
202 sctp_clog.x.sack.tsn = tsn;
203 sctp_clog.x.sack.numGaps = gaps;
204 sctp_clog.x.sack.numDups = dups;
    [all...]
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 865 milliseconds