OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_bpf
(Results
1 - 11
of
11
) sorted by null
/external/ppp/pppd/plugins/rp-pppoe/
pppoe.h
31
#undef
USE_BPF
38
#define
USE_BPF
1
42
#if !defined(
USE_BPF
) && !defined(USE_LINUX_PACKET) && !defined(USE_DLPI)
75
#ifdef
USE_BPF
88
#undef
USE_BPF
if.c
94
#ifdef
USE_BPF
135
#ifdef
USE_BPF
404
#endif /*
USE_BPF
*/
528
#if defined(
USE_BPF
)
592
#ifdef
USE_BPF
628
#ifdef
USE_BPF
discovery.c
354
#ifdef
USE_BPF
531
#ifdef
USE_BPF
/external/ppp/pppd/include/
pcap-int.h
55
int
use_bpf
;
member in struct:pcap_md
/external/libpcap/
pcap-septel.c
297
p->md.
use_bpf
= 0;
pcap-pf.c
101
fcode = pc->md.
use_bpf
? NULL : pc->fcode.bf_insns;
570
p->md.
use_bpf
= 1;
608
p->md.
use_bpf
= 0;
pcap-bpf.c
152
fcode = p->md.
use_bpf
? NULL : p->fcode.bf_insns;
1069
p->md.
use_bpf
= 0; /* filtering in userland */
1086
p->md.
use_bpf
= 1; /* filtering in the kernel */
pcap-int.h
89
int
use_bpf
; /* using kernel filter */
member in struct:pcap_md
pcap-linux.c
672
if (!handle->md.
use_bpf
&& handle->fcode.bf_insns) {
951
handle->md.
use_bpf
= 0;
1016
handle->md.
use_bpf
= 1;
1041
if (!handle->md.
use_bpf
)
[
all
...]
pcap-win32.c
707
p->md.
use_bpf
= 0;
pcap-dag.c
825
p->md.
use_bpf
= 0;
Completed in 467 milliseconds