:orphan: .. index:: pair: struct; tapi_env_if .. _doxid-structtapi__env__if: struct tapi_env_if ================== .. toctree:: :hidden: Overview ~~~~~~~~ Host/interface entry in environment :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_env_if { // fields char* :ref:`name`; :ref:`tapi_env_net`* :ref:`net`; :ref:`tapi_env_host`* :ref:`host`; unsigned int :ref:`i_node`; enum :ref:`net_node_rsrc_type` :ref:`rsrc_type`; struct if_nameindex :ref:`if_info`; struct if_nameindex :ref:`br_info`; struct if_nameindex :ref:`ph_info`; bool :ref:`ip4_unicast_used`; bool :ref:`ip6_unicast_used`; :ref:`tapi_sniffer_id`* :ref:`sniffer_id`; // methods :ref:`CIRCLEQ_ENTRY`(tapi_env_if); }; .. _details-structtapi__env__if: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Host/interface entry in environment Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__env__if_1aa215bffa27f2bccb0eecc73b532af9f0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name Name of the interface in configuration string .. index:: pair: variable; net .. _doxid-structtapi__env__if_1a363cafe710058a1faaa0a8d91210af48: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_env_net`* net Net the interface belongs to .. index:: pair: variable; host .. _doxid-structtapi__env__if_1a7e4cfb7485230e5b92d0f544857b92c4: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_env_host`* host Host the interface is belongs to .. index:: pair: variable; i_node .. _doxid-structtapi__env__if_1ae2dc1aa569170e3ec795bfce126e254e: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int i_node Index of the associated node .. index:: pair: variable; rsrc_type .. _doxid-structtapi__env__if_1a27a81fdc0f7668331fcb9be9319ff9db: .. ref-code-block:: cpp :class: doxyrest-title-code-block enum :ref:`net_node_rsrc_type` rsrc_type Type of the associated network node resource .. index:: pair: variable; if_info .. _doxid-structtapi__env__if_1a8542b9a3e118aa2ab641c832cfb95665: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct if_nameindex if_info Interface info .. index:: pair: variable; br_info .. _doxid-structtapi__env__if_1a8abc6bbb647625124f658363e34d687a: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct if_nameindex br_info XEN bridge info .. index:: pair: variable; ph_info .. _doxid-structtapi__env__if_1a76d500fbc494d112bc2ce1694e3976eb: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct if_nameindex ph_info XEN physical interface info .. index:: pair: variable; ip4_unicast_used .. _doxid-structtapi__env__if_1a555e344337611cf61f14e56d736a1a0e: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool ip4_unicast_used Is IPv4 address assigned to the host in this net used? .. index:: pair: variable; ip6_unicast_used .. _doxid-structtapi__env__if_1a6c85c55daaf8a62bb7cfafb58cbe7aaf: .. ref-code-block:: cpp :class: doxyrest-title-code-block bool ip6_unicast_used Is IPv6 address assigned to the host in this net used? .. index:: pair: variable; sniffer_id .. _doxid-structtapi__env__if_1adcb36ee9e77a6b0918210269147c4df2: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_sniffer_id`* sniffer_id ID of the sniffer created by request via TE_ENV_SNIFF_ON Methods ------- .. index:: pair: function; CIRCLEQ_ENTRY .. _doxid-structtapi__env__if_1afcdf610c55faf529abcac04f1bece0e9: .. ref-code-block:: cpp :class: doxyrest-title-code-block CIRCLEQ_ENTRY(tapi_env_if) Links