]> git.ozlabs.org Git - ppp.git/blobdiff - include/net/if_ppp.h
define CBCP protocol value
[ppp.git] / include / net / if_ppp.h
index 5433cfbda3c7d6bd340a6eaeda6c60165954d093..56fe56e35f1f27634748ebf6b881bf48d0e7697c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: if_ppp.h,v 1.12 1995/04/24 02:40:23 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.
@@ -127,4 +127,11 @@ struct ifpppcstatsreq {
 #define ifr_mtu        ifr_ifru.ifru_metric
 #endif
 
+#if defined(_KERNEL) || defined(KERNEL)
+void pppattach __P((void));
+int pppsioctl __P((struct ifnet *, u_long, caddr_t));
+int pppoutput __P((struct ifnet *, struct mbuf *, struct sockaddr *,
+                  struct rtentry *));
+void pppintr __P((void));
+#endif
 #endif /* _IF_PPP_H_ */