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

/opensolaris-onvv-gate/usr/src/lib/libsctp/common/
H A Dsctp.c267 char cinmsg[sizeof (*sinfo) + sizeof (*cmsg) + _CMSG_HDR_ALIGNMENT]; local
275 hdr.msg_control = (void *)_CMSG_HDR_ALIGN(cinmsg);
276 hdr.msg_controllen = sizeof (cinmsg) -
277 (_CMSG_HDR_ALIGN(cinmsg) - (uintptr_t)cinmsg);

Completed in 84 milliseconds