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

  /external/tcpdump/
print-sctp.c 263 const struct sctpSelectiveAck *sack; local
268 printf("[SACK] ");
269 sack=(const struct sctpSelectiveAck*)(chunkDescPtr+1);
270 printf("[cum ack %u] ", EXTRACT_32BITS(&sack->highestConseqTSN));
271 printf("[a_rwnd %u] ", EXTRACT_32BITS(&sack->updatedRwnd));
272 printf("[#gap acks %u] ", EXTRACT_16BITS(&sack->numberOfdesc));
273 printf("[#dup tsns %u] ", EXTRACT_16BITS(&sack->numDupTsns));
278 ((const struct sctpSelectiveAck *) sack+1)),
280 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
284 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart)
    [all...]
sctpHeader.h 196 struct sctpSelectiveAck sack; member in struct:sctpUnifiedSack
  /external/chromium_org/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 1573 milliseconds