Home | Sort by relevance Sort by last modified time |
/external/netperf/ | |
nettest_dlpi.h | 35 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_co_stream_request_struct 82 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_co_rr_request_struct 125 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_cl_stream_request_struct 171 char dlpi_device[32]; /* the path to the dlpi device */ member in struct:dlpi_cl_rr_request_struct |
nettest_dlpi.c | 326 strcpy(dlpi_co_stream_request->dlpi_device, 342 initword = (int *) dlpi_co_stream_request->dlpi_device; 770 initword = (int *) dlpi_co_stream_request->dlpi_device; 782 data_descriptor = dl_open(dlpi_co_stream_request->dlpi_device, [all...] |