Searched refs:chunkCount (Results 1 – 2 of 2) sorted by relevance
506 int chunkCount; in sctp_print() local571 for (chunkCount = 0, in sctp_print()579 chunkDescPtr = (const struct sctpChunkDesc *) nextChunk, chunkCount++) in sctp_print()588 ND_PRINT((ndo, "%s%d) [Bad chunk length %u]", sep, chunkCount+1, chunkLength)); in sctp_print()601 ND_PRINT((ndo, "%s%d) ", sep, chunkCount+1)); in sctp_print()
94 public long[] blowup(int chunkCount) { in blowup() argument95 long[] numberOfSamples = new long[chunkCount]; in blowup()