Lines Matching defs:sctpHeader
153 struct sctpHeader{
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;
466 if (sctpPacketLength < sizeof(struct sctpHeader))
469 sizeof(struct sctpHeader) - sctpPacketLength);
472 sctpPktHdr = (const struct sctpHeader*) bp;
508 bp += sizeof(struct sctpHeader);
509 sctpPacketLengthRemaining -= sizeof(struct sctpHeader);