diff options
Diffstat (limited to 'sys/net/ppp_defs.h')
-rw-r--r-- | sys/net/ppp_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/ppp_defs.h b/sys/net/ppp_defs.h index 41c63642dd5..b5fc672a34e 100644 --- a/sys/net/ppp_defs.h +++ b/sys/net/ppp_defs.h @@ -54,10 +54,12 @@ * Protocol field values. */ #define PPP_IP 0x21 /* Internet Protocol */ +#define PPP_IPX 0x2b /* Internetwork Packet Exchange */ #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_IPXCP 0x802b /* IPX Control Protocol */ #define PPP_CCP 0x80fd /* Compression Control Protocol */ #define PPP_LCP 0xc021 /* Link Control Protocol */ #define PPP_PAP 0xc023 /* Password Authentication Protocol */ |