:orphan: .. index:: pair: struct; tapi_flow_ep .. _doxid-structtapi__flow__ep: struct tapi_flow_ep =================== .. toctree:: :hidden: Overview ~~~~~~~~ Flow Endpoint structure Endpoint is an instance to send/receive pdus (with CSAP). :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_flow_ep { // fields char* :ref:`name`; :ref:`asn_value`* :ref:`value`; char* :ref:`ta`; const char* :ref:`ifname`; int :ref:`sid`; char* :ref:`csap_desc`; :ref:`asn_value`* :ref:`csap_spec`; :ref:`csap_handle_t` :ref:`csap_id`; // methods :ref:`SLIST_ENTRY`(tapi_flow_ep); }; .. _details-structtapi__flow__ep: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Flow Endpoint structure Endpoint is an instance to send/receive pdus (with CSAP). Fields ------ .. index:: pair: variable; name .. _doxid-structtapi__flow__ep_1a34f0d2ffc1db0d0e794ffcdbc1d51029: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* name endpoint name .. index:: pair: variable; value .. _doxid-structtapi__flow__ep_1a7e3b393e9a76eefefc3b60f2cd0237ea: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_value`* value endpoint description in asn notation .. index:: pair: variable; ta .. _doxid-structtapi__flow__ep_1a5bbe62fb64b6a133282554c7acdb07ec: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* ta endpoint test agent .. index:: pair: variable; ifname .. _doxid-structtapi__flow__ep_1a7d72468990ad5c3f37934a76f667a8cd: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* ifname endpoint interface name .. index:: pair: variable; sid .. _doxid-structtapi__flow__ep_1a0bf14e562889dd4fbdfd8729a6946f92: .. ref-code-block:: cpp :class: doxyrest-title-code-block int sid rcf session id to perform tad operations with endpoint csap .. index:: pair: variable; csap_desc .. _doxid-structtapi__flow__ep_1afe7711287ca683be742e1a2f9a736636: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* csap_desc csap layers names like udp.ip4.eth .. index:: pair: variable; csap_spec .. _doxid-structtapi__flow__ep_1a81e8ed4710c5e8c21720c60e4a17288b: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`asn_value`* csap_spec csap asn specification .. index:: pair: variable; csap_id .. _doxid-structtapi__flow__ep_1a7d0c838cea0b55425d703a20e37e4e78: .. ref-code-block:: cpp :class: doxyrest-title-code-block :ref:`csap_handle_t` csap_id endpoint csap Methods ------- .. index:: pair: function; SLIST_ENTRY .. _doxid-structtapi__flow__ep_1a4b5e505bc5cbcceb3c987ac16fa8c7dd: .. ref-code-block:: cpp :class: doxyrest-title-code-block SLIST_ENTRY(tapi_flow_ep) endpoints linked list