:orphan: .. index:: pair: struct; netconf_link .. _doxid-structnetconf__link: struct netconf_link =================== .. toctree:: :hidden: Overview ~~~~~~~~ Network device :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct netconf_link { // fields :ref:`netconf_link_type` :ref:`type`; int :ref:`ifindex`; int :ref:`link`; unsigned int :ref:`flags`; unsigned int :ref:`addrlen`; uint8_t* :ref:`address`; uint8_t* :ref:`broadcast`; char* :ref:`ifname`; char* :ref:`info_kind`; char* :ref:`switch_id`; char* :ref:`port_id`; char* :ref:`port_name`; uint32_t :ref:`mtu`; }; .. _details-structnetconf__link: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Network device Fields ------ .. index:: pair: variable; type .. _doxid-structnetconf__link_1aad34cdd639f78b3d30aeab13aaa32bab: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`netconf_link_type` type Device type .. index:: pair: variable; ifindex .. _doxid-structnetconf__link_1a4e0299b3bf86af95962a0bce2ca9a483: .. ref-code-block:: cpp :class: doxyrest-title-code-block int ifindex Interface index .. index:: pair: variable; link .. _doxid-structnetconf__link_1a4063f6932584ae4d8e214d1746122159: .. ref-code-block:: cpp :class: doxyrest-title-code-block int link Value of IFLA_LINK attribute. .. index:: pair: variable; flags .. _doxid-structnetconf__link_1a9f0db2c09aa2285b4435851f0d74bf38: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int flags Device flags .. index:: pair: variable; addrlen .. _doxid-structnetconf__link_1a214fd34a084fe7f2d252e7da88f09d16: .. ref-code-block:: cpp :class: doxyrest-title-code-block unsigned int addrlen Length of address field .. index:: pair: variable; address .. _doxid-structnetconf__link_1ab125b18ab7cd872089a00c5ffcf72164: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* address Interface hardware address .. index:: pair: variable; broadcast .. _doxid-structnetconf__link_1a7b2850b17f0003646d8304ce48d6962e: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint8_t* broadcast Broadcast address .. index:: pair: variable; ifname .. _doxid-structnetconf__link_1a73e5bf3e36b5155b782ddc6c7798546b: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ifname Device name as string .. index:: pair: variable; info_kind .. _doxid-structnetconf__link_1a5c8c6913192ce8b7b50695183501c2e8: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* info_kind Value of IFLA_INFO_KIND attribute .. index:: pair: variable; switch_id .. _doxid-structnetconf__link_1a3a5cda0d9b41a40f7636a5d41eb7ce13: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* switch_id Switch ID (hex) .. index:: pair: variable; port_id .. _doxid-structnetconf__link_1a00aa0c364704c2cb74dfee53be7948dc: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* port_id Port ID (hex) .. index:: pair: variable; port_name .. _doxid-structnetconf__link_1ad009804dd0b6d17537fdbd86d049cb40: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* port_name Port name .. index:: pair: variable; mtu .. _doxid-structnetconf__link_1ad56f52e7ab49c14a1851b479c1edfa45: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t mtu MTU of the device