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 /* some stuff for DLPI control messages */
58 /* these are some variables global to all the DLPI tests. declare */
77 char loc_dlpi_device[32] = "/dev/dlpi";
78 char rem_dlpi_device[32] = "/dev/dlpi";
83 CO/CL DLPI Test Options:\n\
84 -D dev[,dev] Set the local/remote DLPI device file name\n\
237 /* of connection stuff with DLPI is a bit screwey with all this */
433 fprintf(where,"DLPI CO STREAM TEST\n");
449 perror("netperf: send_dlpi_co_stream: dlpi stream data descriptor");
609 "netperf: send_dlpi_co_stream: requesting DLPI CO stream test\n");
1324 fprintf(where,"DLPI CO REQUEST/RESPONSE TEST\n");
1901 printf("DLPI CL UNIDIRECTIONAL SEND TEST\n");
2319 /* these are to make reading some of the DLPI control messages easier */
2649 /* these are to make reading some of the DLPI control messages easier */
2701 fprintf(where,"DLPI CL REQUEST/RESPONSE TEST\n");
2753 perror("netperf: send_dlpi_cl_rr: dlpi cl rr send descriptor");
2782 /* with the HP DLPI Extension. raj 8/94 */
2885 fprintf(where,"netperf: send_dlpi_cl_rr: requesting DLPI CL request/response test\n");
2921 /* famous last words - some DLPI providers get unhappy if the
2989 /* may also want to add some DLPI error checking, but for now we */
3258 /* these are to make reading some of the DLPI control messages easier */
3763 /* can we actually do this with DLPI, the world wonders */
3951 /* this routine will display the usage string for the DLPI tests */
3961 /* this routine will scan the command line for DLPI test arguments */
3975 "The DLPI tests do not know how to run with no control connection\n");
3994 /* set the dlpi device file name(s) */