:orphan: .. index:: pair: struct; netconf_node .. _doxid-structnetconf__node: struct netconf_node =================== .. toctree:: :hidden: Overview ~~~~~~~~ Information node of the list :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct netconf_node { // fields :ref:`netconf_node_type` :ref:`type`; :ref:`netconf_link` :target:`link`; :ref:`netconf_net_addr` :target:`net_addr`; :ref:`netconf_route` :target:`route`; :ref:`netconf_neigh` :target:`neigh`; :ref:`netconf_rule` :target:`rule`; :ref:`netconf_macvlan` :target:`macvlan`; :ref:`netconf_ipvlan` :target:`ipvlan`; :ref:`netconf_vlan` :target:`vlan`; :ref:`netconf_veth` :target:`veth`; :ref:`netconf_geneve` :target:`geneve`; :ref:`netconf_vxlan` :target:`vxlan`; :ref:`netconf_bridge` :target:`bridge`; :ref:`netconf_bridge_port` :target:`bridge_port`; :ref:`netconf_devlink_info` :target:`devlink_info`; :ref:`netconf_devlink_param` :target:`devlink_param`; :ref:`netconf_devlink_eswitch` :target:`devlink_eswitch`; union netconf_node::@20 :ref:`data`; struct netconf_node* :ref:`next`; struct netconf_node* :ref:`prev`; }; .. _details-structnetconf__node: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Information node of the list Fields ------ .. index:: pair: variable; type .. _doxid-structnetconf__node_1a5806d4efc6e467a26515ba3a8da42c20: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`netconf_node_type` type Type of node .. index:: pair: variable; data .. _doxid-structnetconf__node_1a58b917557d74619ad3c1e85f13b13618: .. ref-code-block:: cpp :class: doxyrest-title-code-block unnamed-union data Network data .. index:: pair: variable; next .. _doxid-structnetconf__node_1a6f66700bd9dbb1b0a47880f953dd6e5a: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct netconf_node* next Next node of the list .. index:: pair: variable; prev .. _doxid-structnetconf__node_1abeb029418e801ef70886af23246a5024: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct netconf_node* prev Previous node of the list