Home | History | Annotate | Download | only in netperf

Lines Matching refs:dlpi

8 /*	send_dlpi_co_stream()	perform a CO DLPI stream test	*/
10 /* send_dlpi_co_rr() perform a CO DLPI req/res */
12 /* send_dlpi_cl_stream() perform a CL DLPI stream test */
14 /* send_dlpi_cl_rr() perform a CL DLPI req/res */
41 #include <sys/dlpi.h>
52 /* these are some variables global to all the DLPI tests. declare */
71 char loc_dlpi_device[32] = "/dev/dlpi";
72 char rem_dlpi_device[32] = "/dev/dlpi";
77 CO/CL DLPI Test Options:\n\
78 -D dev[,dev] Set the local/remote DLPI device file name\n\
192 fprintf(where,"DLPI CO STREAM TEST\n");
208 perror("netperf: send_dlpi_co_stream: dlpi stream data descriptor");
368 "netperf: send_dlpi_co_stream: requesting DLPI CO stream test\n");
1083 fprintf(where,"DLPI CO REQUEST/RESPONSE TEST\n");
1660 printf("DLPI CL UNIDIRECTIONAL SEND TEST\n");
2078 /* these are to make reading some of the DLPI control messages easier */
2408 /* these are to make reading some of the DLPI control messages easier */
2460 fprintf(where,"DLPI CL REQUEST/RESPONSE TEST\n");
2512 perror("netperf: send_dlpi_cl_rr: dlpi cl rr send descriptor");
2541 /* with the HP DLPI Extension. raj 8/94 */
2644 fprintf(where,"netperf: send_dlpi_cl_rr: requesting DLPI CL request/response test\n");
2680 /* famous last words - some DLPI providers get unhappy if the
2748 /* may also want to add some DLPI error checking, but for now we */
3017 /* these are to make reading some of the DLPI control messages easier */
3522 /* can we actually do this with DLPI, the world wonders */
3710 /* this routine will display the usage string for the DLPI tests */
3720 /* this routine will scan the command line for DLPI test arguments */
3734 "The DLPI tests do not know how to run with no control connection\n");
3753 /* set the dlpi device file name(s) */