Lines Matching refs:vec
693 struct iovec vec = { ((char *)hdr) + sizeof(ipc_msg_hdr) + datalen, 1 }; // Send the last byte along with the SCM_RIGHTS715 msg.msg_iov = &vec;