OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_filters
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
demand.c
103
set_filters
(&pass_filter, &active_filter);
sys-solaris.c
[
all
...]
pppd.h
662
int
set_filters
__P((struct bpf_program *pass, struct bpf_program *active));
[
all
...]
sys-linux.c
1297
*
set_filters
- set the active and pass filters in the kernel driver.
1299
int
set_filters
(struct bpf_program *pass, struct bpf_program *active)
function
[
all
...]
auth.c
847
set_filters
(&pass_filter, &active_filter);
[
all
...]
Completed in 4944 milliseconds