X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=include%2Fnet%2Fif_ppp.h;h=56fe56e35f1f27634748ebf6b881bf48d0e7697c;hb=4f6efdda5b2259cf9807ce155ad534a62ea821a7;hp=35e00161905ef3b87169ca4928b7caa7ded84308;hpb=5c678fe1d4c90d83236a0a7e860381002bddaf02;p=ppp.git diff --git a/include/net/if_ppp.h b/include/net/if_ppp.h index 35e0016..56fe56e 100644 --- a/include/net/if_ppp.h +++ b/include/net/if_ppp.h @@ -1,4 +1,4 @@ -/* $Id: if_ppp.h,v 1.13 1996/04/04 02:46:44 paulus Exp $ */ +/* $Id: if_ppp.h,v 1.14 1996/06/26 00:54:39 paulus Exp $ */ /* * if_ppp.h - Point-to-Point Protocol definitions. @@ -111,8 +111,6 @@ struct ifpppcstatsreq { #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */ #define PPPIOCSNPMODE _IOW('t', 75, struct npioctl) /* set NP mode */ #define PPPIOCGIDLE _IOR('t', 74, struct ppp_idle) /* get idle time */ -#define PPPIOCSPASS _IOW('t', 71, struct bpf_program) /* set pass filter */ -#define PPPIOCSACTIVE _IOW('t', 70, struct bpf_program) /* set active filt */ /* PPPIOC[GS]MTU are alternatives to SIOC[GS]IFMTU, used under Ultrix */ #define PPPIOCGMTU _IOR('t', 73, int) /* get interface MTU */