OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf
(Results
1 - 25
of
28
) sorted by null
1
2
/external/libpcap/ChmodBPF/
ChmodBPF
10
# to create
BPF
devices with particular owners or groups.
22
chgrp admin /dev/
bpf
*
23
chmod g+rw /dev/
bpf
*
/external/dhcpcd/mk/
os-BSD.mk
4
SRC_PF=
bpf
.c
/external/libpcap/
Android.mk
6
bpf
/net/bpf_filter.c\
pcap-enet.c
25
#include <pcap-
bpf
.h>
pcap.h
51
#include <pcap-
bpf
.h>
66
* Compatibility for systems that have a
bpf
.h that
67
* predates the
bpf
typedefs for 64-bit support.
275
/* XXX this guy lives in the
bpf
tree */
pcap1.h
48
#include <pcap-
bpf
.h>
63
* Compatibility for systems that have a
bpf
.h that
64
* predates the
bpf
typedefs for 64-bit support.
265
/* XXX this guy lives in the
bpf
tree */
pcap-bpf.c
23
"@(#) $Header: /tcpdump/master/libpcap/pcap-
bpf
.c,v 1.86.2.12 2007/06/15 17:57:27 guy Exp $ (LBL)";
43
* Make "pcap.h" not include "pcap-
bpf
.h"; we are going to include the
51
* Prevent
bpf
.h from redefining the DLT_ values to their
56
#include <net/
bpf
.h>
74
#define BPF_NAME "
bpf
"
77
#define BPF_NODE "/dev/
bpf
"
83
#include <net/
bpf
.h>
121
* "ps_drop" counts packets dropped inside the
BPF
device
182
* operation in the
bpf
kernel extension
262
* Short-circuit evaluation: if using
BPF
filte
[
all
...]
pcap-pf.c
65
* Make "pcap.h" not include "pcap-
bpf
.h"; we are going to include the
66
* native OS version, as we need various
BPF
ioctls from it.
69
#include <net/
bpf
.h>
189
* Short-circuit evaluation: if using
BPF
filter
288
* We include the OS's <net/
bpf
.h>, not our "pcap-
bpf
.h", so we probably
533
* support
BPF
-style filters (it's not documented in the
bpf
(7)
541
* OK, we have the version of the
BPF
interpreter;
569
fprintf(stderr, "tcpdump: Using kernel
BPF
filter\n")
[
all
...]
/external/dnsmasq/src/
Android.mk
6
LOCAL_SRC_FILES :=
bpf
.c cache.c dbus.c dhcp.c dnsmasq.c forward.c helper.c lease.c log.c \
bpf.c
134
#include <net/
bpf
.h>
145
sprintf(ifreq.iov_base, "/dev/
bpf
%d", i++);
150
die(_("cannot create DHCP
BPF
socket: %s"), NULL, EC_BADNET);
/external/dnsmasq/bld/
Makefile
4
dnsmasq.o dhcp.o lease.o rfc2131.o netlink.o dbus.o
bpf
.o \
/external/libpcap/packaging/
pcap.spec
51
#install -m 644 -o root pcap-
bpf
.h $RPM_BUILD_ROOT/usr/include/net
63
/usr/include/pcap-
bpf
.h
/external/expat/bcb5/
elements.mak
19
MAINSOURCE = elements.
bpf
expat.mak
20
MAINSOURCE = expat.
bpf
expat_static.mak
21
MAINSOURCE = expat_static.
bpf
expatw.mak
20
MAINSOURCE = expatw.
bpf
expatw_static.mak
21
MAINSOURCE = expatw_static.
bpf
outline.mak
19
MAINSOURCE = outline.
bpf
xmlwf.mak
20
MAINSOURCE = xmlwf.
bpf
/external/dhcpcd/
bpf.c
32
#include <net/
bpf
.h>
49
#include "
bpf
-filter.h"
71
snprintf(device, PATH_MAX, "/dev/
bpf
%d", n++);
84
syslog(LOG_ERR, "
BPF
version mismatch - recompile");
93
/* Get the required
BPF
buffer length from the kernel. */
159
/*
BPF
requires that we read the entire buffer.
/external/ppp/pppd/
Makefile.linux
174
ifneq ($(wildcard /usr/include/pcap-
bpf
.h),)
demand.c
47
#include <pcap-
bpf
.h>
/external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c
12
#include <net/
bpf
.h>
142
* When libpcap uses
BPF
we must enable "immediate mode" to
/external/libpcap/bpf/net/
bpf_filter.c
38
* @(#)
bpf
.c 7.5 (Berkeley) 7/15/91
43
"@(#) $Header: /tcpdump/master/libpcap/
bpf
/net/bpf_filter.c,v 1.44 2003/11/15 23:24:07 guy Exp $ (LBL)";
74
#include <pcap-
bpf
.h>
/external/ppp/pppd/plugins/rp-pppoe/
if.c
95
#include <net/
bpf
.h>
118
* We should only be receveing DISCOVERY and SESSION types if the
BPF
270
* Opens a
BPF
on an interface for all PPPoE traffic (discovery and
290
/* Find a free
BPF
device */
292
sprintf(bpfName, "/dev/
bpf
%d", i);
310
rp_fatal("No /dev/
bpf
* devices (check your kernel configuration for
BPF
support)");
312
rp_fatal("All /dev/
bpf
* devices are in use");
360
/* Check the
BPF
version number */
367
sprintf(buffer, "Unsupported
BPF
version: %d.%d (kernel: %d.%d)",
[
all
...]
Completed in 254 milliseconds
1
2