Home
last modified time | relevance | path

Searched refs:sctpPacketLength (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
Dprint-sctp.c496 u_int sctpPacketLength) /* ip packet */ in sctp_print() argument
508 if (sctpPacketLength < sizeof(struct sctpHeader)) in sctp_print()
511 (long)(sizeof(struct sctpHeader) - sctpPacketLength))); in sctp_print()
516 sctpPacketLengthRemaining = sctpPacketLength; in sctp_print()