struct tapi_flow_ep
Overview
Flow Endpoint structure Endpoint is an instance to send/receive pdus (with CSAP). More…
#include <tapi_flow.h> struct tapi_flow_ep { // fields char* name; asn_value* value; char* ta; const char* ifname; int sid; char* csap_desc; asn_value* csap_spec; csap_handle_t csap_id; // methods SLIST_ENTRY(tapi_flow_ep); };
Detailed Documentation
Flow Endpoint structure Endpoint is an instance to send/receive pdus (with CSAP).
Fields
char* name
endpoint name
asn_value* value
endpoint description in asn notation
char* ta
endpoint test agent
const char* ifname
endpoint interface name
int sid
rcf session id to perform tad operations with endpoint csap
char* csap_desc
csap layers names like udp.ip4.eth
asn_value* csap_spec
csap asn specification
csap_handle_t csap_id
endpoint csap
Methods
SLIST_ENTRY(tapi_flow_ep)
endpoints linked list