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

/osnet-11/usr/src/lib/libsctp/common/
H A Dsctp.c264 char cinmsg[sizeof (*sinfo) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT]; local
272 hdr.msg_control = (void *)_CMSG_HDR_ALIGN(cinmsg);
273 hdr.msg_controllen = sizeof (cinmsg) -
274 (_CMSG_HDR_ALIGN(cinmsg) - (uintptr_t)cinmsg);

Completed in 254 milliseconds