:orphan: .. index:: pair: struct; netconf_veth .. _doxid-structnetconf__veth: struct netconf_veth =================== .. toctree:: :hidden: Overview ~~~~~~~~ Virtual Ethernet network interface :ref:`More...<details-structnetconf__veth>` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include <netconf.h> struct netconf_veth { // fields char* :ref:`ifname<doxid-structnetconf__veth_1a13ad60e89dd19138a18a13c79e9f4475>`; char* :ref:`peer<doxid-structnetconf__veth_1a0f2000a63e538dc162876ef7fa7dcec5>`; }; .. _details-structnetconf__veth: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Virtual Ethernet network interface Fields ------ .. index:: pair: variable; ifname .. _doxid-structnetconf__veth_1a13ad60e89dd19138a18a13c79e9f4475: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ifname Interface name .. index:: pair: variable; peer .. _doxid-structnetconf__veth_1a0f2000a63e538dc162876ef7fa7dcec5: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* peer Peer interface name