http://www.usr.com/support/gpl/USR9107_release1.1.tar.gz
[bcm963xx.git] / userapps / opensource / ppp / pppoe / pppd.h
index 6d39236..2b40ce2 100755 (executable)
@@ -263,10 +263,6 @@ extern char        our_name[MAXNAMELEN];/* Our name for authentication purposes */
 extern char    remote_name[MAXNAMELEN]; /* Peer's name for authentication */
 extern bool    explicit_remote;/* remote_name specified with remotename opt */
 extern bool    demand;         /* Do dial-on-demand */
-
-//Added by marson 2006/06/23 for ppp never up
-extern bool    alwayson;       /* whether dial when system up*/
-
 extern char    *ipparam;       /* Extra parameter for ip up/down scripts */
 extern bool    cryptpap;       /* Others' PAP passwords are encrypted */
 extern int     idle_time_limit;/* Shut down link if idle for this long */
@@ -647,6 +643,7 @@ extern int get_sock_intf(const char *devnam);
 extern char oldsession[MAXPATHLEN];  /* Mac address and session ID of the previous session */
 extern char pppoe_srv_name[];
 extern int srvdisc;
+extern int pppMtu;     /* Maximum size of transmit packets */
 
 
 // brcm
@@ -734,7 +731,6 @@ extern int srvdisc;
 #define EXIT_INIT_FAILED       18
 #define EXIT_AUTH_TOPEER_FAILED        19
 
-extern bool isDialUpEnabled;
 /*
  * Debug macros.  Slightly useful for finding bugs in pppd, not particularly
  * useful for finding out why your connection isn't being established.