OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sack
(Results
1 - 7
of
7
) 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_header.h
279
/* Selective Ack (
SACK
) */
296
struct sctp_sack
sack
;
member in struct:sctp_sack_chunk
584
* we pre-reserve enough room for a ECNE or CWR AND a
SACK
with no missing
586
* optimize so we MOST likely can bundle a
SACK
/ECN with the smallest size
588
* taking out these two but the 24-
sack
/8-CWR i.e. 32 bytes I pre-reserve I
sctp_input.c
4963
struct sctp_
sack
_chunk *
sack
;
local
[
all
...]
sctp_usrreq.c
2623
struct sctp_
sack
_info *
sack
;
local
4566
struct sctp_
sack
_info *
sack
;
local
[
all
...]
sctp_output.c
10721
struct sctp_
sack
_chunk *
sack
;
local
[
all
...]
sctp_uio.h
928
struct sctp_sack_log
sack
;
member in union:sctp_cwnd_log::__anon19558
979
uint32_t sctps_recvsacks; /* total input
SACK
chunks */
1032
uint32_t sctps_timosack; /* Number of
sack
timers that fired */
1071
* a
sack
response
[
all
...]
Completed in 55 milliseconds