lwip/src/include/netif/ppp
Sylvain Rochet 4beacc4ca0 PPP, VJ, fixed TCP retransmission
We used to modify in place the packet payload during compression but TCP
stack requires that we don't change the packet payload, therefore we now
copy the whole packet before compression.

Signed-off-by: Sylvain Rochet <gradator@gradator.net>
2016-01-24 20:07:54 +01:00
..
polarssl PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
ccp.h PPP, MPPE, issue CCP reset request if synchronization is lost 2015-04-26 22:04:21 +02:00
chap_ms.h PPP, MSCHAP, reworked local functions and constants 2015-04-18 17:56:35 +02:00
chap-md5.h PPP, switched chap_digests linked list to a const table in .rodata/flash, saving about 100 bytes in .data segment if chap(md5) and mschap is enabled 2012-10-14 02:04:36 +02:00
chap-new.h PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
eap.h PPP, EAP: removed malloc() and free() 2015-02-28 20:29:40 +01:00
ecp.h PPP, adding const pragma to struct protent, saving about 200 bytes in .data segment 2012-10-13 18:38:18 +02:00
eui64.h Moved PPP headers into include/netif/ppp/, fixing bug #37040. 2012-08-18 22:40:19 +02:00
fsm.h PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
ipcp.h PPP, removed useless padding in bitfields 2015-04-21 22:43:53 +02:00
ipv6cp.h PPP, removed useless padding in bitfields 2015-04-21 22:43:53 +02:00
lcp.h PPP, re-enabled MRU defines in opt.h 2015-05-01 00:08:34 +02:00
magic.h PPP, magic, renamed random_bytes() to magic_random_bytes() for API coherency 2015-08-30 21:09:39 +02:00
mppe.h PPP: fix constness in PPP related files when PRINTPKT_SUPPORT is enabled 2015-09-09 20:28:01 +02:00
ppp_impl.h PPP: include "ppp_settings.h" if PPP_INCLUDE_SETTINGS_HEADER is defined to be able to silence some warnings in PPP code only (at least msvc needs this since PPP produces more warnings than the rest) 2015-09-24 22:04:48 +02:00
ppp.h PPP: CCP: don't drop output packets if CCP negotiated that we don't compress on our side 2016-01-19 23:51:47 +01:00
pppcrypt.h Moved PPP headers into include/netif/ppp/, fixing bug #37040. 2012-08-18 22:40:19 +02:00
pppdebug.h Moved PPP headers into include/netif/ppp/, fixing bug #37040. 2012-08-18 22:40:19 +02:00
pppoe.h PPP, PPPoX, added warnings about functions in headers which should not be called from lwIP user application 2015-02-18 23:14:30 +01:00
pppol2tp.h PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
pppos.h PPP, PPPoS, replaced static sio_write() calls to a user defined callback 2015-09-13 17:53:16 +02:00
upap.h PPP, added const modifier on auth strings 2014-12-24 17:17:00 +01:00
vj.h PPP, VJ, fixed TCP retransmission 2016-01-24 20:07:54 +01:00