Searched refs:bpf (Results 26 - 50 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/bcb5/
H A Dexpat.mak20 MAINSOURCE = expat.bpf
H A Dexpat_static.mak21 MAINSOURCE = expat_static.bpf
H A Dexpatw.mak20 MAINSOURCE = expatw.bpf
H A Dexpatw_static.mak21 MAINSOURCE = expatw_static.bpf
H A Doutline.mak19 MAINSOURCE = outline.bpf
H A Dxmlwf.mak20 MAINSOURCE = xmlwf.bpf
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/win32/prj/
H A DGNUmakefile11 CFLAGS = -I ${PCAP_DIR}/wpcap/libpcap/bpf \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dpcap.h51 #include <pcap/bpf.h>
73 * Compatibility for systems that have a bpf.h that
74 * predates the bpf typedefs for 64-bit support.
408 * bpf_filter() here, as it's also be declared in <net/bpf.h>, with a
410 * declared in <net/bpf.h>, so we *do* want to declare it here, so it's
411 * declared when we build pcap-bpf.c.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A DMakefile181 ifneq ($(wildcard /usr/include/pcap-bpf.h),)
H A DMakefile.linux172 ifneq ($(wildcard /usr/include/pcap-bpf.h),)
H A Ddemand.c47 #include <pcap-bpf.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/dnsmasq/
H A DMakefile67 dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o bpf.o \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-autoipd/
H A Dmain.c640 struct bpf_program bpf; local
709 err = pcap_compile(pp, &bpf, filter, 1, 0);
716 err = pcap_setfilter(pp, &bpf);
722 pcap_freecode(&bpf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-autoipd/
H A Dmain.c640 struct bpf_program bpf; local
709 err = pcap_compile(pp, &bpf, filter, 1, 0);
716 err = pcap_setfilter(pp, &bpf);
722 pcap_freecode(&bpf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Ddemand.c37 #include <net/bpf.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-sita.c859 static int pcap_setfilter_acn(pcap_t *handle, struct bpf_program *bpf) { argument
867 count = bpf->bf_len;
870 p = bpf->bf_insns;
H A Dpcap-pf.c65 * Make "pcap.h" not include "pcap/bpf.h"; we are going to include the
69 #include <net/bpf.h>
287 * We include the OS's <net/bpf.h>, not our "pcap/bpf.h", so we probably
527 * support BPF-style filters (it's not documented in the bpf(7)
H A Dpcap-bpf.c23 "@(#) $Header: /tcpdump/master/libpcap/pcap-bpf.c,v 1.116 2008-09-16 18:42:29 guy Exp $ (LBL)";
37 * <net/bpf.h> defines ioctls, but doesn't include <sys/ioccom.h>.
64 * Make "pcap.h" not include "pcap/bpf.h"; we are going to include the
72 * Prevent bpf.h from redefining the DLT_ values to their
77 #include <net/bpf.h>
95 #define BPF_NAME "bpf"
98 #define BPF_NODE "/dev/bpf"
106 #include <net/bpf.h>
155 * We include the OS's <net/bpf.h>, not our "pcap/bpf
[all...]
H A Dconfigure7225 elif test -r /dev/bpf -o -h /dev/bpf ; then
7229 V_PCAP=bpf
7236 V_PCAP=bpf
7255 V_PCAP=bpf
7257 V_PCAP=bpf
8074 bpf)
8230 #include <net/bpf.h>
8295 #include <net/bpf.h>
9111 linux|bpf|da
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/bpf/net/
H A Dbpf_filter.c38 * @(#)bpf.c 7.5 (Berkeley) 7/15/91
43 "@(#) $Header: /tcpdump/master/libpcap/bpf/net/bpf_filter.c,v 1.46 2008-01-02 04:16:46 guy Exp $ (LBL)";
83 #include <pcap/bpf.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Ddnsmasq.h72 # include <net/bpf.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c22 * 1999/10/02 mr Port to bpf/OpenBSD; starvation fixed; efficiency fixes
70 #include <net/bpf.h>
551 char bpf[16]; local
584 /* hunt for an open bpf */
586 sprintf(bpf,"/dev/bpf%d",i);
587 if ((fd = open(bpf, O_RDWR)) >= 0)
591 perror("pppoe: open(bpf)");
598 perror("pppoe: bpf(BIOCGBLEN)");
606 perror("pppoe: bpf(BIOCSETI
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/
H A DMakefile.in277 BORLAND_FILES = cfgtest.bpf cfgtest.bpr config.h confuse.bpg libConfuse.bpf libConfuse.bpr
H A DMakefile277 BORLAND_FILES = cfgtest.bpf cfgtest.bpr config.h confuse.bpg libConfuse.bpf libConfuse.bpr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/bt8xx/
H A Dbttv-risc.c719 int bpf = bpl * (buf->vb.height >> 1); local
746 bpf,bpl,0,0,buf->vb.height >> 1);

Completed in 241 milliseconds

123