:orphan: .. index:: pair: struct; tarpc_recvfrom_in .. _doxid-structtarpc__recvfrom__in: struct tarpc_recvfrom_in ======================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_recvfrom_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :ref:`fd`; uint8_t :ref:`buf`; :ref:`tarpc_size_t` :ref:`len`; tarpc_int :ref:`flags`; struct :ref:`tarpc_sa` :ref:`from`; :ref:`tarpc_socklen_t` :ref:`fromlen`; tarpc_bool :ref:`chk_func`; }; .. _details-structtarpc__recvfrom__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; fd .. _doxid-structtarpc__recvfrom__in_1ab2d9b8416919023b5fc3c7532add4a7a: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int fd TA-local socket .. index:: pair: variable; buf .. _doxid-structtarpc__recvfrom__in_1a63a2cccd26b8dc541c00bc2090c0ca1b: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t buf Buffer for received data .. index:: pair: variable; len .. _doxid-structtarpc__recvfrom__in_1aad07112ead9e5db7c6188919c306a6dc: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_size_t` len Maximum length of expected data .. index:: pair: variable; flags .. _doxid-structtarpc__recvfrom__in_1a40d5fa17acbc41fcfa21c93d47fdffce: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int flags TA-independent flags .. index:: pair: variable; from .. _doxid-structtarpc__recvfrom__in_1a8ac5287d8d8722234c1135554196cc10: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct :ref:`tarpc_sa` from Address to be passed as location for data source address .. index:: pair: variable; fromlen .. _doxid-structtarpc__recvfrom__in_1a87f91ca90066a062414b6c0922a0f5c7: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_socklen_t` fromlen Maximum expected length of the address .. index:: pair: variable; chk_func .. _doxid-structtarpc__recvfrom__in_1aa659cc4efded93b8003bfbf8e62ca1b0: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool chk_func If ``true``, call \__recvfrom_chk()