Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dprint-sctp.c503 int chunkCount; in sctp_print() local
559 for (chunkCount = 0, chunkDescPtr = (const struct sctpChunkDesc *)bp; in sctp_print()
561 chunkCount++) in sctp_print()
568 ND_PRINT((ndo, "%s%d) [chunk descriptor cut off at end of packet]", sep, chunkCount+1)); in sctp_print()
574 …ND_PRINT((ndo, "%s%d) [Bad chunk length %u, < size of chunk descriptor]", sep, chunkCount+1, chunk… in sctp_print()
584 …ND_PRINT((ndo, "%s%d) [Bad chunk length %u, > remaining data in packet]", sep, chunkCount+1, chunk… in sctp_print()
594 ND_PRINT((ndo, "%s%d) ", sep, chunkCount+1)); in sctp_print()