OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf
(Results
26 - 32
of
32
) sorted by null
1
2
/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/libpcap/
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
...]
configure
[
all
...]
/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
...]
/external/ppp/pppd/
sys-linux.c
142
#include <pcap-
bpf
.h>
[
all
...]
/external/tcpdump/
configure
[
all
...]
Completed in 121 milliseconds
1
2