summaryrefslogtreecommitdiff
path: root/src/mesa_net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa_net.h')
-rw-r--r--src/mesa_net.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mesa_net.h b/src/mesa_net.h
index ab46da4..67b9b6a 100644
--- a/src/mesa_net.h
+++ b/src/mesa_net.h
@@ -510,6 +510,12 @@ enum pptp_control_message_type{
PPTP_CTRL_SET_LINK_INFO = 15,
};
+#define GRE_PRO_IPV4 (0x0800)
+#define GRE_PRO_IPV6 (0x86DD)
+#define GRE_PRO_ARP (0x0806)
+#define GRE_PRO_PPP (0x880B)
+
+
struct mesa_pptp_control_hdr{
unsigned short length; /* ȫ�����ݳ���, ������ͷ�� */
unsigned short pptp_message_type;