Searched refs:active_filter (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Ddemand.c99 set_filters(&pass_filter, &active_filter);
267 * We apply the active_filter to see if we want this packet to
348 if (active_filter.bf_len != 0
349 && bpf_filter(active_filter.bf_insns, frame, len, len) == 0) {
H A Dpppd.h285 extern struct bpf_program active_filter; /* Filter for link-active pkts */
H A Doptions.c137 struct bpf_program active_filter; /* Filter program for link-active pkts */ variable in typeref:struct:bpf_program
1584 if (pcap_compile(&pc, &active_filter, *argv, 1, netmask) == 0)
H A Dauth.c673 set_filters(&pass_filter, &active_filter);

Completed in 101 milliseconds