Home
last modified time | relevance | path

Searched refs:highestConseqTSN (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-sctp.c318 printf("[cum ack %u] ", EXTRACT_32BITS(&sack->highestConseqTSN)); in sctp_print()
332 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart), in sctp_print()
333 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentEnd)); in sctp_print()
DsctpHeader.h182 u_int32_t highestConseqTSN; member