Lines Matching refs:sack
263 const struct sctpSelectiveAck *sack; in sctp_print() local
269 sack=(const struct sctpSelectiveAck*)(chunkDescPtr+1); in sctp_print()
270 printf("[cum ack %u] ", EXTRACT_32BITS(&sack->highestConseqTSN)); in sctp_print()
271 printf("[a_rwnd %u] ", EXTRACT_32BITS(&sack->updatedRwnd)); in sctp_print()
272 printf("[#gap acks %u] ", EXTRACT_16BITS(&sack->numberOfdesc)); in sctp_print()
273 printf("[#dup tsns %u] ", EXTRACT_16BITS(&sack->numDupTsns)); in sctp_print()
278 ((const struct sctpSelectiveAck *) sack+1)), in sctp_print()
280 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc); in sctp_print()
284 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart), in sctp_print()
285 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentEnd)); in sctp_print()
290 (const void *) dupTSN < nextChunk && tsnNo<EXTRACT_16BITS(&sack->numDupTsns); in sctp_print()