:orphan: .. index:: pair: struct; tarpc_mcast_join_leave_in .. _doxid-structtarpc__mcast__join__leave__in: struct tarpc_mcast_join_leave_in ================================ .. toctree:: :hidden: Overview ~~~~~~~~ .. ref-code-block:: cpp :class: doxyrest-overview-code-block struct tarpc_mcast_join_leave_in { // fields struct :ref:`tarpc_in_arg` :target:`common`; tarpc_int :ref:`fd`; tarpc_int :ref:`family`; uint8_t :ref:`multiaddr`; tarpc_int :ref:`ifindex`; tarpc_bool :ref:`leave_group`; tarpc_joining_method :ref:`how`; }; .. _details-structtarpc__mcast__join__leave__in: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Fields ------ .. index:: pair: variable; fd .. _doxid-structtarpc__mcast__join__leave__in_1a3e99682fd41efbf729fe7990897c1914: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int fd TA-local socket .. index:: pair: variable; family .. _doxid-structtarpc__mcast__join__leave__in_1a94b542d1c21670e68617f587d3b04e63: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int family Address family .. index:: pair: variable; multiaddr .. _doxid-structtarpc__mcast__join__leave__in_1a56596445c11dd1d40557d4d2ea3e8d25: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t multiaddr Multicast group address .. index:: pair: variable; ifindex .. _doxid-structtarpc__mcast__join__leave__in_1a2b2c5bbc59c391b3646e139e39b56ad5: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_int ifindex Interface index .. index:: pair: variable; leave_group .. _doxid-structtarpc__mcast__join__leave__in_1ac02fc4fca710b69bca29c8f9af0348ce: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_bool leave_group Leave the group .. index:: pair: variable; how .. _doxid-structtarpc__mcast__join__leave__in_1a4a6dfe5ab7a24ee3227ff593dc05b9ea: .. ref-code-block:: cpp :class: doxyrest-title-code-block tarpc_joining_method how How to join the group