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.108.2.7 2006/04/04 05:33:02 guy Exp $ (LBL)";
85 #include <sys/dlpi.h>
131 #define PCAP_DEV_PREFIX "/dev/dlpi"
280 * XXX - check for the DLPI primitive, which
420 * and leave it up to somebody with a DLPI-based system lacking
512 * Use "/dev/dlpi" as the device.
514 * XXX - HP's DLPI Programmer's Guide for HP-UX 11.00 says that
516 * driver"; that's the major of "/dev/dlpi" on the system on
517 * which I tried this, but there may be DLPI devices that
520 * device number, rather than hardwiring "/dev/dlpi".
522 cp = "/dev/dlpi";
591 * We just report "No DLPI device found"
601 * on Solaris, the lack of a DLPI device
606 "%s: No DLPI device found", device);
656 ** need to use 1537 on "/dev/dlpi/en" because that device is for
663 ** assume the SAP value in a DLPI bind is an LLC SAP for network
688 ** OS using DLPI.
1233 * With a single "/dev/dlpi" device used for all
1234 * DLPI providers, PPAs have nothing to do with
1592 * lancommon/DLPI/driver patches" is probably a good idea; it'd fix
1642 * DLPI may return a big chunk of data for a DL_HP_PPA_REQ. The normal
1769 "can't find /dev/dlpi PPA for %s%d", device, unit);