:orphan: .. index:: pair: group; VTun (Virtual Tunnel) daemon configuration .. _doxid-group__tapi__conf__vtund: VTun (Virtual Tunnel) daemon configuration ========================================== .. toctree:: :hidden: Overview ~~~~~~~~ Definition of API to configure VTund. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block // global functions :ref:`te_errno` :ref:`tapi_cfg_vtund_create_tunnel`(const char* ta_srv, const char* ta_clnt, const struct sockaddr* srv_addr, :ref:`cfg_handle`* ta_srv_if, :ref:`cfg_handle`* ta_clnt_if); .. _details-group__tapi__conf__vtund: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Definition of API to configure VTund. Copyright (C) 2004-2022 OKTET Labs Ltd. All rights reserved. Global Functions ---------------- .. index:: pair: function; tapi_cfg_vtund_create_tunnel .. _doxid-group__tapi__conf__vtund_1ga5007b557f01c94a726dff142f73da3e0: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`te_errno` tapi_cfg_vtund_create_tunnel(const char* ta_srv, const char* ta_clnt, const struct sockaddr* srv_addr, :ref:`cfg_handle`* ta_srv_if, :ref:`cfg_handle`* ta_clnt_if) Create a tunnel between two hosts. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - ta_srv - Test Agent with VTund server * - ta_clnt - Test Agent with VTund client * - srv_addr - Address and port for VTund server to listen to and for VTund client to connect to (if port is 0, default VTund port is used) * - ta_srv_if - Configurator handle of the created interface on the Test Agent with VTund server * - ta_clnt_if - Configurator handle of the created interface on the Test Agent with VTund client .. rubric:: Returns: Status code