mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-18 06:06:57 +08:00
PPP, MPPE, removed mppe_alloc() and mppe_free()
We are going to use statically allocated struct ppp_mppe_state through PPP PCB, removed now useless mppe_alloc() and mppe_free(). Merged mppe_alloc() key copy to mppe_init().
This commit is contained in:
@@ -152,8 +152,6 @@ struct ppp_mppe_state {
|
||||
int debug;
|
||||
};
|
||||
|
||||
struct ppp_mppe_state *mppe_alloc(unsigned char *options, int optlen);
|
||||
void mppe_free(struct ppp_mppe_state *state);
|
||||
int mppe_comp_init(struct ppp_mppe_state *state, unsigned char *options, int optlen, int unit,
|
||||
int hdrlen, int debug);
|
||||
void mppe_comp_reset(struct ppp_mppe_state *state);
|
||||
|
||||
Reference in New Issue
Block a user