sctp_hdr
static const char sctp_hdr[] =
(void) puts(sctp_hdr);
struct sctp_hdr;
extern void interpret_sctp(int, struct sctp_hdr *, int, int);
(struct sctp_hdr *)data, iplen, fraglen);
(void) interpret_sctp(flags, (struct sctp_hdr *)data,
struct sctp_hdr *shp;
len = off + sizeof (struct sctp_hdr);
shp = (struct sctp_hdr *)(mp->b_rptr + off);
off += sizeof (struct sctp_hdr);
size -= sizeof (struct sctp_hdr);