ppp: Keep these defines private

This commit is contained in:
Denis Kenzior 2010-05-10 16:28:23 -05:00
parent 125fc62526
commit 3946d7e07c
2 changed files with 3 additions and 2 deletions

View File

@ -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 */

View File

@ -26,8 +26,6 @@
#define IPCP_PROTO 0x8021
#define PPP_IP_PROTO 0x0021
#define MD5 5
#define PPP_ADDR_FIELD 0xff
#define PPP_CTRL 0x03
struct ppp_chap;
struct ppp_net;