:orphan: .. index:: pair: struct; tsa_config .. _doxid-structtsa__config: struct tsa_config ================= .. toctree:: :hidden: Overview ~~~~~~~~ Environment configuration for current working session with TSA :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tsa_config { // fields :ref:`rcf_rpc_server`* :ref:`pco_iut`; :ref:`rcf_rpc_server`* :ref:`pco_tst`; :ref:`rcf_rpc_server`* :ref:`pco_gw`; const struct sockaddr* :ref:`iut_addr`; const struct sockaddr* :ref:`tst_addr`; const struct sockaddr* :ref:`gw_iut_addr`; const struct sockaddr* :ref:`gw_tst_addr`; const void* :ref:`alien_link_addr`; const void* :ref:`iut_link_addr`; const void* :ref:`gw_tst_link_addr`; const struct if_nameindex* :ref:`iut_if`; const struct if_nameindex* :ref:`tst_if`; const struct if_nameindex* :ref:`gw_iut_if`; const struct if_nameindex* :ref:`gw_tst_if`; uint32_t :ref:`flags`; bool :ref:`gw_preconf`; }; .. _details-structtsa__config: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Environment configuration for current working session with TSA Fields ------ .. index:: pair: variable; pco_iut .. _doxid-structtsa__config_1a2b8d88311360c92ecb649b91b46b0365: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_rpc_server`* pco_iut < RPC servers RPC server on the IUT side .. index:: pair: variable; pco_tst .. _doxid-structtsa__config_1a33e22f050e1cd05c21d53b629db8e336: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_rpc_server`* pco_tst RPC server on the TST side .. index:: pair: variable; pco_gw .. _doxid-structtsa__config_1afd7174bb4b4a23eb6e2dc5012d2aa067: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`rcf_rpc_server`* pco_gw RPC server on a gateway Addresses .. index:: pair: variable; iut_addr .. _doxid-structtsa__config_1ab6b48667683b66257fd2a8d350778b6d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* iut_addr Network address on the IUT side .. index:: pair: variable; tst_addr .. _doxid-structtsa__config_1a5bd120501a0467c828cbfc23eff71e31: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* tst_addr Network address on the TST side .. index:: pair: variable; gw_iut_addr .. _doxid-structtsa__config_1ae2c99c39599ee44661ff9be27c08e115: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* gw_iut_addr Gateway IUT address .. index:: pair: variable; gw_tst_addr .. _doxid-structtsa__config_1a14d453087620c2080b560e3132259e78: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct sockaddr* gw_tst_addr Gateway TST address .. index:: pair: variable; alien_link_addr .. _doxid-structtsa__config_1aee864786e3e98d6910c7f74427845e4c: .. ref-code-block:: cpp :class: doxyrest-title-code-block const void* alien_link_addr Invalid ethernet address .. index:: pair: variable; iut_link_addr .. _doxid-structtsa__config_1a542c4115bd2c8abf18fa8091d9e4e41d: .. ref-code-block:: cpp :class: doxyrest-title-code-block const void* iut_link_addr IUT ethernet address .. index:: pair: variable; gw_tst_link_addr .. _doxid-structtsa__config_1abc2b6b76e21764633196afd53abc7492: .. ref-code-block:: cpp :class: doxyrest-title-code-block const void* gw_tst_link_addr Gateway tester interface ethernet address Interfaces .. index:: pair: variable; iut_if .. _doxid-structtsa__config_1a9cac6be9e5a8ee0d1e5c28e173336ffd: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct if_nameindex* iut_if Network interface on the IUT side .. index:: pair: variable; tst_if .. _doxid-structtsa__config_1a6f75b263cd31d5e0e4c0dbbcc9330f9b: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct if_nameindex* tst_if Network interface on the TST side .. index:: pair: variable; gw_iut_if .. _doxid-structtsa__config_1a60d4f3f9eb41c12a5dfefd4712eab883: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct if_nameindex* gw_iut_if Network interface on the gateway IUT side .. index:: pair: variable; gw_tst_if .. _doxid-structtsa__config_1a66f581fbbd26f07d8bbec8d4e383df8b: .. ref-code-block:: cpp :class: doxyrest-title-code-block const struct if_nameindex* gw_tst_if Network interface on the gateway TST side Socket options .. index:: pair: variable; flags .. _doxid-structtsa__config_1aca26075c0263c5589f4ff30ac65db10b: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t flags Flags described in tsa_flags enum .. index:: pair: variable; gw_preconf .. _doxid-structtsa__config_1a92d9ac256f408a776de52d1265d3d78d: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool gw_preconf If ``true``, gateway is preconfigured, this library should not touch it.