summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1996-06-26 00:54:39 +0000
committerPaul Mackerras <paulus@samba.org>1996-06-26 00:54:39 +0000
commit4f6efdda5b2259cf9807ce155ad534a62ea821a7 (patch)
tree432bb6664d4c211a98a07c2281ffbb2bc42b5ed3 /include/net
parent5c678fe1d4c90d83236a0a7e860381002bddaf02 (diff)
downloadppp-4f6efdda5b2259cf9807ce155ad534a62ea821a7.tar.gz
bpf not used any more
Diffstat (limited to 'include/net')
-rw-r--r--include/net/if_ppp.h4
1 files changed, 1 insertions, 3 deletions
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 */