X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=freebsd-2.0%2Fif_pppvar.h;h=91e8e4e758638a1f994a81452205c3a117175093;hb=0e3cde3c8778256b8830c9314cf0d954330fba68;hp=e91e8899cc796d52e02497f4da8cc8230a600345;hpb=93afd27dab977b4fcca4d54c0a0a90539a1e5f69;p=ppp.git diff --git a/freebsd-2.0/if_pppvar.h b/freebsd-2.0/if_pppvar.h index e91e889..91e8e4e 100644 --- a/freebsd-2.0/if_pppvar.h +++ b/freebsd-2.0/if_pppvar.h @@ -1,4 +1,4 @@ -/* $Id: if_pppvar.h,v 1.4 1997/03/04 03:27:28 paulus Exp $ */ +/* $Id: if_pppvar.h,v 1.5 1997/04/30 05:42:08 paulus Exp $ */ /* * if_pppvar.h - private structures and declarations for PPP. * @@ -75,6 +75,10 @@ struct ppp_softc { void *sc_rc_state; /* receive decompressor state */ time_t sc_last_sent; /* time (secs) last NP pkt sent */ time_t sc_last_recv; /* time (secs) last NP pkt rcvd */ +#ifdef PPP_FILTER + struct bpf_program sc_pass_filt; /* filter for packets to pass */ + struct bpf_program sc_active_filt; /* filter for "non-idle" packets */ +#endif /* PPP_FILTER */ #ifdef VJC struct vjcompress *sc_comp; /* vjc control buffer */ #endif