Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/doc/
H A DREADME.aix62 --with-pcap=dlpi
86 strload -q -d dlpi
90 dlpi: yes
96 dlpi: no
100 strload -f /etc/dlpi.conf
102 Check again with strload -q -d dlpi that the dlpi driver is loaded.
/freebsd/contrib/libpcap/
H A DINSTALL.md133 /usr/include/sys/dlpi.h
143 Solaris, you must attach `/dev/dlpi` instead of the specific `/dev/*`
192 in `/usr/include/sys/dlpi.h`, and find the corresponding value.
228 dlpisubs.c - DLPI-related functions for pcap-dlpi.c and pcap-libdlpi.c
286 pcap-dlpi.c - Data Link Provider Interface support
H A Dconfigure.ac750 AC_CHECK_HEADERS(linux/socket.h net/raw.h sys/dlpi.h)
807 V_PCAP=dlpi
904 dlpi)
923 AC_CHECK_LIB(dlpi, dlpi_walk,
932 # common functions used by pcap-[dlpi,libdlpi].c
938 V_PCAP=dlpi
942 # common functions used by pcap-[dlpi,libdlpi].c
944 PLATFORM_C_SRC="pcap-dlpi.c dlpisubs.c"
949 # Checks whether <sys/dlpi.h> is usable, to catch weird SCO
952 AC_MSG_CHECKING(whether <sys/dlpi.h> is usable)
[all …]
H A DCHANGES1509 - Fix pcap-dlpi.c to work with isdn. Resulted from report by Flemming
1512 - Handle multi-digit interface unit numbers (aka ppa's) under dlpi.
1515 - Fix pcap-dlpi.c to work in non-promiscuous mode. Resulted from report
1543 - Fixed configure to test for snoop before dlpi to avoid problems under
1557 - Fixed configure to test for snoop before dlpi to avoid problems under
1562 - Implement timeout in the dlpi pcap_open_live(). Thanks to Richard
1565 - Determine pcap link type from dlpi media type. Resulted from report
H A Dcmakeconfig.h.in220 /* Define to 1 if you have the <sys/dlpi.h> header file. */
H A Dconfig.h.in229 /* Define to 1 if you have the <sys/dlpi.h> header file. */
H A DCMakeLists.txt1891 check_include_file(sys/dlpi.h HAVE_SYS_DLPI_H)
1935 set(PCAP_TYPE dlpi)
1976 if(PCAP_TYPE STREQUAL "dlpi")
1978 # Needed for common functions used by pcap-[dlpi,libdlpi].c
2001 set(CMAKE_REQUIRED_LIBRARIES dlpi)
2008 set(PCAP_LINK_LIBRARIES ${PCAP_LINK_LIBRARIES} dlpi)
2017 # See dlpi(7P) for more details.
2024 set(CMAKE_EXTRA_INCLUDE_FILES sys/types.h sys/dlpi.h)
H A DMakefile.in335 pcap-dlpi.c \
H A Dconfigure6948 V_PCAP=dlpi
7220 dlpi)
7305 V_PCAP=dlpi
9749 dlpi)
/freebsd/sbin/ipf/ipsend/
H A DMakefile82 dlpi sunos5 : target
/freebsd/contrib/tcpdump/
H A Dconfigure.in543 AC_CHECK_LIB(dlpi, dlpi_walk, LIBS="$LIBS -ldlpi" LDFLAGS="-L/lib $LDFLAGS", ,-L/lib)
H A DCHANGES1295 HP-UX 11.0 -- find the right dlpi device.