Searched defs:ceclen (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c937 size_t ceclen; local
964 ceclen = sizeof (*cech) + ntohs(cph->sph_len) - sizeof (*cph);
965 if ((pad = ceclen & (SCTP_ALIGN - 1)) != 0)
973 cemp = allocb(sctps->sctps_wroff_xtra + hdrlen + ceclen + pad,
1095 cech->sch_len = htons(ceclen);
1098 bcopy(cph + 1, cech + 1, ceclen - sizeof (*cph));
1100 cemp->b_wptr = cemp->b_rptr + ceclen;
1145 ceclen += pad;
1147 meta = sctp_get_msg_to_send(sctp, &mp, NULL, &error, ceclen,
1160 if ((ceclen
[all...]

Completed in 60 milliseconds