Home
last modified time | relevance | path

Searched refs:dlpi_device (Results 1 – 2 of 2) sorted by relevance

/external/netperf/src/
Dnettest_dlpi.h35 char dlpi_device[32]; /* the path to the dlpi device */ member
82 char dlpi_device[32]; /* the path to the dlpi device */ member
125 char dlpi_device[32]; /* the path to the dlpi device */ member
171 char dlpi_device[32]; /* the path to the dlpi device */ member
Dnettest_dlpi.c564 strcpy(dlpi_co_stream_request->dlpi_device, in send_dlpi_co_stream()
580 initword = (int *) dlpi_co_stream_request->dlpi_device; in send_dlpi_co_stream()
1007 initword = (int *) dlpi_co_stream_request->dlpi_device; in recv_dlpi_co_stream()
1019 data_descriptor = dl_open(dlpi_co_stream_request->dlpi_device, in recv_dlpi_co_stream()
1459 strcpy(dlpi_co_rr_request->dlpi_device, in send_dlpi_co_rr()
1474 initword = (int *) dlpi_co_rr_request->dlpi_device; in send_dlpi_co_rr()
2005 strcpy(dlpi_cl_stream_request->dlpi_device, in send_dlpi_cl_stream()
2021 initword = (int *) dlpi_cl_stream_request->dlpi_device; in send_dlpi_cl_stream()
2416 initword = (int *) dlpi_cl_stream_request->dlpi_device; in recv_dlpi_cl_stream()
2428 data_descriptor = dl_open(dlpi_cl_stream_request->dlpi_device, in recv_dlpi_cl_stream()
[all …]