:orphan: .. index:: pair: struct; tapi_env_net .. _doxid-structtapi__env__net: struct tapi_env_net =================== .. toctree:: :hidden: Overview ~~~~~~~~ Network entry :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_env_net { // fields char* :ref:`name`; :ref:`tapi_env_type` :ref:`type`; unsigned int :ref:`i_net`; :ref:`cfg_net_t`* :ref:`cfg_net`; :ref:`cfg_handle` :ref:`ip4net`; struct sockaddr* :ref:`ip4addr`; unsigned int :ref:`ip4pfx`; struct sockaddr_in :ref:`ip4bcast`; :ref:`cfg_handle` :ref:`ip6net`; struct sockaddr* :ref:`ip6addr`; unsigned int :ref:`ip6pfx`; cfg_handle_tqh :ref:`net_addrs`; // methods :ref:`SLIST_ENTRY`(tapi_env_net); }; .. _details-structtapi__env__net: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Network entry Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__env__net_1a317b65f1300c4bd195e7e9d26a211ba2: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name of the net .. index:: pair: variable; type .. _doxid-structtapi__env__net_1a20e58406e74e1521da97b67b252071ec: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_env_type` type Type of the net .. index:: pair: variable; i_net .. _doxid-structtapi__env__net_1a72e69715f93bae732c1b813ec7aee9c1: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int i_net Index of the associated net .. index:: pair: variable; cfg_net .. _doxid-structtapi__env__net_1a4ee6e0788cf055f82090461a76f1fc8e: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_net_t`* cfg_net Configuration net .. index:: pair: variable; ip4net .. _doxid-structtapi__env__net_1af3c1b00ef919f9176a23cd2b510dfda2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_handle` ip4net Handle of IPv4 addresses pool .. index:: pair: variable; ip4addr .. _doxid-structtapi__env__net_1a140b1a58fb2f0e029ba65c794b2a9cac: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr* ip4addr IPv4 address of the net .. index:: pair: variable; ip4pfx .. _doxid-structtapi__env__net_1ad541c72831ac451daa2001e5ffbc7b07: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int ip4pfx IPV4 address prefix length .. index:: pair: variable; ip4bcast .. _doxid-structtapi__env__net_1ac87fd0a9f9abcd5e53f67fa4f698f44a: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr_in ip4bcast IPv4 broadcast address of the net .. index:: pair: variable; ip6net .. _doxid-structtapi__env__net_1a3ee42fb89d52703dc43e32cd2dd945f1: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`cfg_handle` ip6net Handle of IPv4 addresses pool .. index:: pair: variable; ip6addr .. _doxid-structtapi__env__net_1a758527ce1580b3890b532e34df4cc92b: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr* ip6addr IPv4 address of the net .. index:: pair: variable; ip6pfx .. _doxid-structtapi__env__net_1a5d275d4eca7de189a3918242f8bb6dfa: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int ip6pfx IPV4 address prefix length .. index:: pair: variable; net_addrs .. _doxid-structtapi__env__net_1a7aba432339a10a56db8e8e6676cd6820: .. ref-code-block:: cpp :class: doxyrest-title-code-block cfg_handle_tqh net_addrs List of additional addresses Methods ------- .. index:: pair: function; SLIST_ENTRY .. _doxid-structtapi__env__net_1a37b83a9abc81583b4021213b13ea5279: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_ENTRY(tapi_env_net) Links of the networks list