mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-06 00:39:59 +00:00
PPP, MPPE, commented-in Linux interface calls structure
This commit is contained in:
parent
cdc2d034de
commit
3cf3b78192
@ -549,6 +549,7 @@ static void mppe_incomp(void *arg, unsigned char *ibuf, int icnt)
|
|||||||
"(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)));
|
"(proto %04x)\n", state->unit, PPP_PROTOCOL(ibuf)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
/*************************************************************
|
/*************************************************************
|
||||||
* Module interface table
|
* Module interface table
|
||||||
*************************************************************/
|
*************************************************************/
|
||||||
@ -571,5 +572,6 @@ static struct compressor ppp_mppe = {
|
|||||||
.incomp = mppe_incomp,
|
.incomp = mppe_incomp,
|
||||||
.comp_extra = MPPE_PAD,
|
.comp_extra = MPPE_PAD,
|
||||||
};
|
};
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
#endif /* PPP_SUPPORT && MPPE_SUPPORT */
|
#endif /* PPP_SUPPORT && MPPE_SUPPORT */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user