]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/net/ppp_defs.h
xnu-344.32.tar.gz
[apple/xnu.git] / bsd / net / ppp_defs.h
index 952a8c283124d1e383b61587c346afdefc9aec75..416aa9ede38ae60d83e68ccc71089b621ea52a65 100644 (file)
@@ -49,6 +49,7 @@
 
 #ifndef _PPP_DEFS_H_
 #define _PPP_DEFS_H_
+#include <sys/appleapiopts.h>
 
 /*
  * The basic PPP frame.
@@ -89,6 +90,8 @@
 #define PPP_LQR                0xc025  /* Link Quality Report protocol */
 #define PPP_CHAP       0xc223  /* Cryptographic Handshake Auth. Protocol */
 #define PPP_CBCP       0xc029  /* Callback Control Protocol */
+#define PPP_IPV6       0x57    /* Internet Protocol version 6*/
+#define PPP_IPV6CP     0x8057  /* IPv6 Control Protocol */
 
 /*
  * Values for FCS calculations.