Searched refs:cmsg_data (Results 1 – 3 of 3) sorted by relevance
36 @NonNull public final byte[] cmsg_data; field in StructCmsghdr46 this.cmsg_data = buf.array(); in StructCmsghdr()52 this.cmsg_data = value; in StructCmsghdr()
830 ByteBuffer buf = ByteBuffer.wrap(cmsg.cmsg_data).order(ByteOrder.nativeOrder());836 ByteBuffer buf = ByteBuffer.wrap(cmsg.cmsg_data).order(ByteOrder.nativeOrder());851 assertArrayEquals(cmsg1.cmsg_data, buf.array());861 assertArrayEquals(buf.array(), cmsg2.cmsg_data);894 byte[] sendCmsgByte = sendmsgHdr.msg_control[0].cmsg_data;895 byte[] recvCmsgByte = recvmsgHdr.msg_control[0].cmsg_data;
649 field @NonNull public final byte[] cmsg_data;