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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c933 sctp_chunk_hdr_t *cech; local
964 ceclen = sizeof (*cech) + ntohs(cph->sph_len) - sizeof (*cph);
1091 cech = (sctp_chunk_hdr_t *)cemp->b_rptr;
1092 ASSERT(OK_32PTR(cech));
1093 cech->sch_id = CHUNK_COOKIE;
1094 cech->sch_flags = 0;
1095 cech->sch_len = htons(ceclen);
1098 bcopy(cph + 1, cech + 1, ceclen - sizeof (*cph));

Completed in 81 milliseconds