Lines Matching refs:dlpi
29 * Packet capture routine for DLPI under SunOS 5, HP-UX 9/10/11, and AIX.
41 * - An older version of the HP-UX DLPI Programmer's Guide, which
53 * - The HP-UX 10.x, 11.0, and 11i v1.6 version of the HP-UX DLPI
59 * - The HP-UX 11i v2 version of the HP-UX DLPI Programmer's Guide
80 #include <sys/dlpi.h>
127 #define PCAP_DEV_PREFIX "/dev/dlpi"
212 * XXX - check for the DLPI primitive, which
291 * and leave it up to somebody with a DLPI-based system lacking
367 * Use "/dev/dlpi" as the device.
369 * XXX - HP's DLPI Programmer's Guide for HP-UX 11.00 says that
371 * driver"; that's the major of "/dev/dlpi" on the system on
372 * which I tried this, but there may be DLPI devices that
375 * device number, rather than hardwiring "/dev/dlpi".
377 cp = "/dev/dlpi";
449 * In it, we just report "No DLPI device
461 * of a DLPI device for the loopback
466 "%s: No DLPI device found", name);
524 pd->send_fd = open("/dev/dlpi", O_RDWR);
560 * any platforms that support DLPI.
587 ** need to use 1537 on "/dev/dlpi/en" because that device is for
594 ** assume the SAP value in a DLPI bind is an LLC SAP for network
625 ** OS using DLPI.
979 * Not all interfaces are DLPI interfaces, and thus not all interfaces
980 * can be opened with DLPI (for example, the loopback interface is not
981 * a DLPI interface on Solaris prior to Solaris 11), so try to open
1000 * not a DLPI interface.
1005 * No, so, in the case where there's a single DLPI
1007 * 2" providers?), we don't know whether it's a DLPI
1009 * Say it is a DLPI device, so that the user can at
1012 * DLPI device"; reporting those interfaces means
1200 * With a single "/dev/dlpi" device used for all
1201 * DLPI providers, PPAs have nothing to do with
1435 * Enable DLPI passive mode. We do not care if this request fails, as this
1436 * indicates the underlying DLPI device does not support link aggregation.
1535 * lancommon/DLPI/driver patches" is probably a good idea; it'd fix
1585 * DLPI may return a big chunk of data for a DL_HP_PPA_REQ. The normal
1712 "can't find /dev/dlpi PPA for %s%d", device, unit);