Oh GACK! src-clean doesn't quite work that easily since cleandist rebuilds the
[unix-history] / sys / net / ppp.h
index 810adb9..f3615a7 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     from: unknown
- *     $Id$
+ * $Id: ppp.h,v 1.1 1994/03/30 09:38:17 jkh Exp $
  */
 
 #ifndef __PPP_H__
 #define __PPP_H__
 
  */
 
 #ifndef __PPP_H__
 #define __PPP_H__
 
-#define NPPP   1               /* One PPP interface supported (per process) */
+#define _NPPP  1               /* One PPP interface supported (per process) */
 
 /*
  * Data Link Layer header = Address, Control, Protocol.
 
 /*
  * Data Link Layer header = Address, Control, Protocol.
@@ -34,6 +33,7 @@
 #define IPCP           0x8021  /* IP Control Protocol */
 #define UPAP           0xc023  /* User/Password Authentication Protocol */
 #define CHAP            0xc223  /* Crytpographic Handshake Protocol */
 #define IPCP           0x8021  /* IP Control Protocol */
 #define UPAP           0xc023  /* User/Password Authentication Protocol */
 #define CHAP            0xc223  /* Crytpographic Handshake Protocol */
+#define LQR            0xc025  /* Link Quality Report protocol */
 #define IP_VJ_COMP     0x002d  /* VJ TCP compressed IP packet */
 #define DLLHEADERLEN   (sizeof (u_char) + sizeof (u_char) + sizeof (u_short))
 #define MTU            1500    /* Default MTU */
 #define IP_VJ_COMP     0x002d  /* VJ TCP compressed IP packet */
 #define DLLHEADERLEN   (sizeof (u_char) + sizeof (u_char) + sizeof (u_short))
 #define MTU            1500    /* Default MTU */