:orphan:

.. index:: pair: struct; tarpc_mmap_in
.. _doxid-structtarpc__mmap__in:

struct tarpc_mmap_in
====================

.. toctree::
	:hidden:




.. ref-code-block:: cpp
	:class: doxyrest-overview-code-block

	
	struct tarpc_mmap_in {
		// fields
	
		struct :ref:`tarpc_in_arg<doxid-structtarpc__in__arg>` :target:`common<doxid-structtarpc__mmap__in_1ab284d8828c3a95dd6e2baa7ee4c58238>`;
		uint64_t :target:`addr<doxid-structtarpc__mmap__in_1a89ea5901752d275e3916843b6f62a28d>`;
		uint64_t :target:`length<doxid-structtarpc__mmap__in_1a9a9ed633ae1f0c68843f935005ca636c>`;
		tarpc_uint :target:`prot<doxid-structtarpc__mmap__in_1a8ccd6e0964149f8daa3340c303b32e86>`;
		tarpc_uint :target:`flags<doxid-structtarpc__mmap__in_1a475c108d3406d5a41d1ef69ba8aaafeb>`;
		tarpc_int :target:`fd<doxid-structtarpc__mmap__in_1a2d3953b0fcae4ae8572bc3d0e6468185>`;
		:ref:`tarpc_off_t<doxid-tarpc__base_8x_8m4_1aecaf2eaeba67bd32cd400c5892f400ec>` :target:`offset<doxid-structtarpc__mmap__in_1ab29ee81a0d10cb946cfd552f111bb19a>`;
	};