Lines Matching refs:sctpHeader
155 struct sctpHeader{ struct
262 struct sctpHeader mh;
328 struct sctpHeader mh;
333 struct sctpHeader mh;
366 struct sctpHeader mh;
374 struct sctpHeader mh;
385 struct sctpHeader mh;
499 const struct sctpHeader *sctpPktHdr; in sctp_print()
508 if (sctpPacketLength < sizeof(struct sctpHeader)) in sctp_print()
511 (long)(sizeof(struct sctpHeader) - sctpPacketLength))); in sctp_print()
514 sctpPktHdr = (const struct sctpHeader*) bp; in sctp_print()
551 bp += sizeof(struct sctpHeader); in sctp_print()
552 sctpPacketLengthRemaining -= sizeof(struct sctpHeader); in sctp_print()