:orphan: .. index:: pair: struct; tarpc_wsa_recv_from_out .. _doxid-structtarpc__wsa__recv__from__out: struct tarpc_wsa_recv_from_out ============================== .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_wsa_recv_from_out { // fields struct :ref:`tarpc_out_arg` :target:`common`; tarpc_int :target:`retval`; struct :ref:`tarpc_iovec` :target:`vector<>`; tarpc_int :target:`bytes_received`; tarpc_int :target:`flags`; struct :ref:`tarpc_sa` :ref:`from`; tarpc_int :ref:`fromlen`; }; .. _details-structtarpc__wsa__recv__from__out: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; from .. _doxid-structtarpc__wsa__recv__from__out_1a57b673b7aabbe7521f6f54cf5cd04bf4: .. 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__wsa__recv__from__out_1a41b4b91958175384daf04dc06ed54cac: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int fromlen Length of the source address returned by the function