:orphan: .. index:: pair: struct; cfg_net_t .. _doxid-structcfg__net__t: struct cfg_net_t ================ .. toctree:: :hidden: Overview ~~~~~~~~ Net description structure :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct cfg_net_t { // fields char* :ref:`name`; bool :ref:`is_virtual`; bool :ref:`nat`; :ref:`cfg_nat_setup_t` :ref:`nat_setup`; :ref:`cfg_handle` :ref:`handle`; te_kvpair_h :ref:`gateways`; unsigned int :ref:`n_nodes`; :ref:`cfg_net_node_t`* :ref:`nodes`; }; .. _details-structcfg__net__t: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Net description structure Fields ------ .. index:: pair: variable; name .. _doxid-structcfg__net__t_1adedb127cb7c2e2f05294bb005c70b17e: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Network instance name .. index:: pair: variable; is_virtual .. _doxid-structcfg__net__t_1ac103756e125a998d450ed9f1b93b0275: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool is_virtual Is network virtual? .. index:: pair: variable; nat .. _doxid-structcfg__net__t_1a44c32615558a2dc689511c2f8b6da90a: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool nat Is network behind NAT? .. index:: pair: variable; nat_setup .. _doxid-structcfg__net__t_1a2ceebd3b51526151d51f37c8a81916ac: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_nat_setup_t` nat_setup NAT setup procedure .. index:: pair: variable; handle .. _doxid-structcfg__net__t_1a4bf1cb8cfbdbda1c992e22a1e6fcf1e4: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_handle` handle Cfg instance handle .. index:: pair: variable; gateways .. _doxid-structcfg__net__t_1ad9a8bf92dab8c0f48b3faa7902abfc82: .. ref-code-block:: cpp :class: doxyrest-title-code-block te_kvpair_h gateways Gateway nodes .. index:: pair: variable; n_nodes .. _doxid-structcfg__net__t_1ae09187cd997d9716728421b8156f71b6: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int n_nodes Number of nodes in the net .. index:: pair: variable; nodes .. _doxid-structcfg__net__t_1a5cf2f21665de0db178c131aaede84152: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_net_node_t`* nodes Array with net nodes