HomeSort by relevance Sort by last modified time
    Searched refs:active_filter (Results 1 - 4 of 4) sorted by null

  /external/ppp/pppd/
demand.c 103 set_filters(&pass_filter, &active_filter);
265 * We apply the active_filter to see if we want this packet to
347 if (active_filter.bf_len != 0
348 && bpf_filter(active_filter.bf_insns, p, len, len) == 0)
options.c 131 struct bpf_program active_filter; /* Filter program for link-active pkts */ variable in typeref:struct:bpf_program
    [all...]
pppd.h 340 extern struct bpf_program active_filter; /* Filter for link-active pkts */
    [all...]
auth.c 847 set_filters(&pass_filter, &active_filter);
    [all...]

Completed in 55 milliseconds