mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-06 09:56:38 +00:00
PPP, CCP, commented-in unused PPP config file parsing
This commit is contained in:
parent
ee752ab1ce
commit
3bd52891c5
@ -57,8 +57,10 @@
|
|||||||
/*
|
/*
|
||||||
* Command-line options.
|
* Command-line options.
|
||||||
*/
|
*/
|
||||||
|
#if PPP_OPTIONS
|
||||||
static int setbsdcomp (char **);
|
static int setbsdcomp (char **);
|
||||||
static int setdeflate (char **);
|
static int setdeflate (char **);
|
||||||
|
#endif /* PPP_OPTIONS */
|
||||||
static char bsd_value[8];
|
static char bsd_value[8];
|
||||||
static char deflate_value[8];
|
static char deflate_value[8];
|
||||||
|
|
||||||
@ -267,6 +269,7 @@ static int ccp_localstate[NUM_PPP];
|
|||||||
|
|
||||||
static int all_rejected[NUM_PPP]; /* we rejected all peer's options */
|
static int all_rejected[NUM_PPP]; /* we rejected all peer's options */
|
||||||
|
|
||||||
|
#if PPP_OPTIONS
|
||||||
/*
|
/*
|
||||||
* Option parsing
|
* Option parsing
|
||||||
*/
|
*/
|
||||||
@ -356,6 +359,7 @@ setdeflate(argv)
|
|||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif /* PPP_OPTIONS */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* ccp_init - initialize CCP.
|
* ccp_init - initialize CCP.
|
||||||
|
Loading…
Reference in New Issue
Block a user