Home
last modified time | relevance | path

Searched refs:dlpi (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/libpcap/
HDconfigure.in334 elif test -r /usr/include/sys/dlpi.h ; then
335 V_PCAP=dlpi
349 dlpi)
351 # Needed for common functions used by pcap-[dlpi,libdlpi].c
373 AC_CHECK_LIB(dlpi, dlpi_walk,
379 V_PCAP=dlpi)
383 # Checks whether <sys/dlpi.h> is usable, to catch weird SCO
386 AC_MSG_CHECKING(whether <sys/dlpi.h> is usable)
392 #include <sys/dlpi.h>
399 AC_MSG_ERROR(<sys/dlpi.h> is not usable on this system; it probably has a non-standard DLPI)
[all …]
HDINSTALL.txt104 in /usr/include/sys/dlpi.h, and find the corresponding value.
128 /usr/include/sys/dlpi.h
138 Solaris, you must attach /dev/dlpi instead of the specific /dev/*
321 dlpisubs.c - DLPI-related functions for pcap-dlpi.c and pcap-libdlpi.c
361 pcap-dlpi.c - Data Link Provider Interface support
HDCHANGES676 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
679 - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
682 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
710 - Fixed configure to test for snoop before dlpi to avoid problems under
724 - Fixed configure to test for snoop before dlpi to avoid problems under
729 - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
732 - Determine pcap link type from dlpi media type. Resulted from report
HDconfig.h.in28 /* define if you have a /dev/dlpi */
253 /* /dev/dlpi directory */
HDconfigure5270 elif test -r /usr/include/sys/dlpi.h ; then
5271 V_PCAP=dlpi
5286 dlpi)
5367 V_PCAP=dlpi
5415 if test -c /dev/dlpi ; then
5934 dlpi|libdlpi)
6870 dlpi)
HDMakefile.in309 pcap-dlpi.c \
/NextBSD/contrib/ipfilter/ipsend/
HDMakefile82 dlpi sunos5 : target
/NextBSD/contrib/tcpdump/
HDconfigure.in754 AC_CHECK_LIB(dlpi, dlpi_walk, LIBS="$LIBS -ldlpi" LDFLAGS="-L/lib $LDFLAGS", ,-L/lib)
HDCHANGES570 HP-UX 11.0 -- find the right dlpi device.