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
73 "@(#) $Header: /tcpdump/master/libpcap/pcap-dlpi.c,v 1.128 2008-12-02 16:20:23 guy Exp $ (LBL)";
85 #include <sys/dlpi.h>
132 #define PCAP_DEV_PREFIX "/dev/dlpi"
217 * XXX - check for the DLPI primitive, which
293 * and leave it up to somebody with a DLPI-based system lacking
386 * Use "/dev/dlpi" as the device.
388 * XXX - HP's DLPI Programmer's Guide for HP-UX 11.00 says that
390 * driver"; that's the major of "/dev/dlpi" on the system on
391 * which I tried this, but there may be DLPI devices that
394 * device number, rather than hardwiring "/dev/dlpi".
396 cp = "/dev/dlpi";
481 * In it, we just report "No DLPI device
491 * on Solaris, the lack of a DLPI device
496 "%s: No DLPI device found", p->opt.source);
536 * any platforms that support DLPI.
563 ** need to use 1537 on "/dev/dlpi/en" because that device is for
570 ** assume the SAP value in a DLPI bind is an LLC SAP for network
595 ** OS using DLPI.
1087 * With a single "/dev/dlpi" device used for all
1088 * DLPI providers, PPAs have nothing to do with
1323 * Enable DLPI passive mode. We do not care if this request fails, as this
1324 * indicates the underlying DLPI device does not support link aggregation.
1422 * lancommon/DLPI/driver patches" is probably a good idea; it'd fix
1472 * DLPI may return a big chunk of data for a DL_HP_PPA_REQ. The normal
1599 "can't find /dev/dlpi PPA for %s%d", device, unit);