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

/freebsd-10.3-release/contrib/tcpdump/
H A DsctpHeader.h1 /* @(#) $Header: /tcpdump/master/tcpdump/sctpHeader.h,v 1.6 2002-12-11 07:14:11 guy Exp $ (LBL) */
62 struct sctpHeader{ struct
169 struct sctpHeader mh;
235 struct sctpHeader mh;
240 struct sctpHeader mh;
273 struct sctpHeader mh;
281 struct sctpHeader mh;
292 struct sctpHeader mh;
H A Dprint-sctp.c47 #include "sctpHeader.h"
89 const struct sctpHeader *sctpPktHdr;
103 sctpPktHdr = (const struct sctpHeader*) bp;
117 if (sctpPacketLength < sizeof(struct sctpHeader))
120 (long)sctpPacketLength-sizeof(struct sctpHeader));
124 /* sctpPacketLength -= sizeof(struct sctpHeader); packet length */
164 ((const u_char*) sctpPktHdr + sizeof(struct sctpHeader));
H A DMakefile.in178 sctpHeader.h \

Completed in 106 milliseconds