Searched refs:dataHdrPtr (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/tcpdump/
H A Dprint-sctp.c601 const struct sctpDataPart *dataHdrPtr; local
627 if (chunkLengthRemaining < sizeof(*dataHdrPtr)) {
631 dataHdrPtr=(const struct sctpDataPart*)bp;
633 ppid = EXTRACT_32BITS(&dataHdrPtr->payloadtype);
634 ND_PRINT((ndo, "[TSN: %u] ", EXTRACT_32BITS(&dataHdrPtr->TSN)));
635 ND_PRINT((ndo, "[SID: %u] ", EXTRACT_16BITS(&dataHdrPtr->streamId)));
636 ND_PRINT((ndo, "[SSEQ %u] ", EXTRACT_16BITS(&dataHdrPtr->sequence)));
646 bp += sizeof(*dataHdrPtr);
647 sctpPacketLengthRemaining -= sizeof(*dataHdrPtr);
648 chunkLengthRemaining -= sizeof(*dataHdrPtr);
[all...]

Completed in 164 milliseconds