Home | History | Annotate | Download | only in tcpdump

Lines Matching full:sizeof

92   if (sctpPacketLength < sizeof(struct sctpHeader))
95 (long)sctpPacketLength-sizeof(struct sctpHeader));
99 /* sctpPacketLength -= sizeof(struct sctpHeader); packet length */
130 ((const u_char*) sctpPktHdr + sizeof(struct sctpHeader));
133 ((const u_char *) chunkDescPtr + sizeof(struct sctpChunkDesc))
144 if (chunkLength < sizeof(*chunkDescPtr)) {
207 sizeof(struct sctpDataPart)+
208 sizeof(struct sctpChunkDesc)+1) {
216 (sizeof(struct sctpDataPart)+
217 sizeof(struct sctpChunkDesc)));