Lines Matching refs:sctpHeader
153 struct sctpHeader{ struct
243 struct sctpHeader mh;
282 struct sctpHeader mh;
287 struct sctpHeader mh;
320 struct sctpHeader mh;
328 struct sctpHeader mh;
339 struct sctpHeader mh;
455 const struct sctpHeader *sctpPktHdr; in sctp_print()
466 if (sctpPacketLength < sizeof(struct sctpHeader)) in sctp_print()
469 sizeof(struct sctpHeader) - sctpPacketLength); in sctp_print()
472 sctpPktHdr = (const struct sctpHeader*) bp; in sctp_print()
508 bp += sizeof(struct sctpHeader); in sctp_print()
509 sctpPacketLengthRemaining -= sizeof(struct sctpHeader); in sctp_print()