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

/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DSctpChannelImpl.c513 int cbuf_size = CMSG_SPACE(sizeof (struct sctp_sndrcvinfo)); local
537 memset(cbuf, 0, cbuf_size);
545 msg->msg_controllen = cbuf_size;
H A DSctpNet.c694 int cbuf_size = CMSG_SPACE(sizeof (struct sctp_sndrcvinfo)); local
706 memset(cbuf, 0, cbuf_size);
714 msg->msg_controllen = cbuf_size;

Completed in 32 milliseconds