:orphan: .. index:: pair: struct; tarpc_recvfrom_out .. _doxid-structtarpc__recvfrom__out: struct tarpc_recvfrom_out ========================= .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_recvfrom_out { // fields struct :ref:`tarpc_out_arg` :target:`common`; :ref:`tarpc_ssize_t` :ref:`retval`; uint8_t :ref:`buf`; struct :ref:`tarpc_sa` :ref:`from`; :ref:`tarpc_socklen_t` :ref:`fromlen`; }; .. _details-structtarpc__recvfrom__out: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; retval .. _doxid-structtarpc__recvfrom__out_1ad4557767fba2eb544c6ab098b21ccc47: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_ssize_t` retval Returned length .. index:: pair: variable; buf .. _doxid-structtarpc__recvfrom__out_1a6c49ec5644499f083b2f446d0c04a8a7: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t buf Returned buffer with received data .. index:: pair: variable; from .. _doxid-structtarpc__recvfrom__out_1aaba0754c9a36a6c131c23ac1d2095b5d: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct :ref:`tarpc_sa` from Source address returned by the function .. index:: pair: variable; fromlen .. _doxid-structtarpc__recvfrom__out_1a1f60bc9eac7831e46dbd0e735b032d19: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tarpc_socklen_t` fromlen Length of the source address returned by the function