Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dprint-sctp.c155 struct sctpHeader{ struct
245 struct sctpHeader mh;
284 struct sctpHeader mh;
289 struct sctpHeader mh;
322 struct sctpHeader mh;
330 struct sctpHeader mh;
341 struct sctpHeader mh;
457 const struct sctpHeader *sctpPktHdr; in sctp_print()
468 if (sctpPacketLength < sizeof(struct sctpHeader)) in sctp_print()
474 sctpPktHdr = (const struct sctpHeader*) bp; in sctp_print()
[all …]