X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=freebsd-2.0%2Fppp_defs.h;h=49a6e53b636ea28d7b337b17ddc6cb51147bdeba;hp=41d7e86f22f2453c9968052480e4038ea45b2257;hb=9786230ddaa4428a4f2ad50be94bb288772a3d49;hpb=21cdaec64fc3385795f4318fdf2358f503ec26ba diff --git a/freebsd-2.0/ppp_defs.h b/freebsd-2.0/ppp_defs.h index 41d7e86..49a6e53 100644 --- a/freebsd-2.0/ppp_defs.h +++ b/freebsd-2.0/ppp_defs.h @@ -1,4 +1,4 @@ -/* $Id: ppp_defs.h,v 1.1 1996/10/08 04:38:04 paulus Exp $ */ +/* $Id: ppp_defs.h,v 1.2 1997/04/30 05:42:20 paulus Exp $ */ /* * ppp_defs.h - PPP definitions. @@ -54,10 +54,12 @@ * Protocol field values. */ #define PPP_IP 0x21 /* Internet Protocol */ +#define PPP_AT 0x29 /* AppleTalk Protocol */ #define PPP_VJC_COMP 0x2d /* VJ compressed TCP */ #define PPP_VJC_UNCOMP 0x2f /* VJ uncompressed TCP */ #define PPP_COMP 0xfd /* compressed packet */ #define PPP_IPCP 0x8021 /* IP Control Protocol */ +#define PPP_ATCP 0x8029 /* AppleTalk Control Protocol */ #define PPP_CCP 0x80fd /* Compression Control Protocol */ #define PPP_LCP 0xc021 /* Link Control Protocol */ #define PPP_PAP 0xc023 /* Password Authentication Protocol */