:orphan: .. index:: pair: struct; tapi_net_link .. _doxid-structtapi__net__link: struct tapi_net_link ==================== .. toctree:: :hidden: Overview ~~~~~~~~ Logical network between two endpoints. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_net_link { // fields char :ref:`name`[TAPI_NET_NAME_LEN]; :ref:`tapi_net_endpoint` :ref:`endpoints`[TAPI_NET_EP_NUM]; int :ref:`af`; }; .. _details-structtapi__net__link: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Logical network between two endpoints. For the test purposes, networks are modeled as point-to-point connections. Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__net__link_1ae049b7a08eeef65bc7b2983cdbf12362: .. ref-code-block:: cpp :class: doxyrest-title-code-block char name[TAPI_NET_NAME_LEN] Network name. .. index:: pair: variable; endpoints .. _doxid-structtapi__net__link_1a1efae6daea89b875a9fe5d8b0c63e44a: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`tapi_net_endpoint` endpoints[TAPI_NET_EP_NUM] Network endpoints. .. index:: pair: variable; af .. _doxid-structtapi__net__link_1a7628bbbe1b1fc6daee3f18c209e810aa: .. ref-code-block:: cpp :class: doxyrest-title-code-block int af Address family.