:orphan: .. index:: pair: struct; netconf_udp_tunnel .. _doxid-structnetconf__udp__tunnel: struct netconf_udp_tunnel ========================= .. toctree:: :hidden: Overview ~~~~~~~~ Generic UDP Tunnel interface :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct netconf_udp_tunnel { // fields char* :ref:`ifname`; uint32_t :ref:`vni`; uint8_t :target:`remote`[sizeof(struct in6_addr)]; size_t :ref:`remote_len`; uint16_t :ref:`port`; }; .. _details-structnetconf__udp__tunnel: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Generic UDP Tunnel interface Fields ------ .. index:: pair: variable; ifname .. _doxid-structnetconf__udp__tunnel_1a2f714071af2af04b562743027bf1ecbf: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ifname Interface name .. index:: pair: variable; vni .. _doxid-structnetconf__udp__tunnel_1ac1d8095c4122c565bf4e37d144aa8638: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint32_t vni Virtual Network Identifier .. index:: pair: variable; remote_len .. _doxid-structnetconf__udp__tunnel_1a6a4c22ef1e7784a9d0aa65d6685b0125: .. ref-code-block:: cpp :class: doxyrest-title-code-block size_t remote_len Remote address length .. index:: pair: variable; port .. _doxid-structnetconf__udp__tunnel_1a3c2837e5c18028255d7194b14f21ced1: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t port Destination port