summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index d2c3d5a9..82d1eca5 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -43,6 +43,9 @@
#define DEFAULT_MRU 1500
#define DEFAULT_MTU 1500
+#define PPP_ADDR_FIELD 0xff
+#define PPP_CTRL 0x03
+
enum ppp_phase {
PPP_PHASE_DEAD = 0, /* Link dead */
PPP_PHASE_ESTABLISHMENT, /* LCP started */