struct tapi_net_link
Overview
Logical network between two endpoints. More…
#include <tapi_net.h> struct tapi_net_link { // fields char name[TAPI_NET_NAME_LEN]; tapi_net_endpoint endpoints[TAPI_NET_EP_NUM]; int af; };
Detailed Documentation
Logical network between two endpoints. For the test purposes, networks are modeled as point-to-point connections.
Fields
char name[TAPI_NET_NAME_LEN]
Network name.
tapi_net_endpoint endpoints[TAPI_NET_EP_NUM]
Network endpoints.
int af
Address family.