lwip/src/netif/ppp
Dirk Ziegelmeier 953b7bdd59 Implement UDP dual-stack PCB support
Create special IP address type "IPADDR_TYPE_ANY" for it.
SNMP uses new feature in non-netconn mode.

TODO: Same for TCP & RAW, adapt NETCONN to use this feature
2016-02-24 22:37:01 +01:00
..
polarssl PPP: fix constness in PPP related files (GCC -Wcast-qual) 2015-09-09 14:05:35 +02:00
auth.c PPP, auth, code cleaning: removed useless variables on stack 2015-09-18 22:51:32 +02:00
ccp.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
chap_ms.c PPP: more const fixes 2015-09-17 22:20:12 +02:00
chap-md5.c PPP: more const fixes 2015-09-17 22:20:12 +02:00
chap-new.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
demand.c PPP, CORE, Removed useless enabled_flag from struct protent 2015-02-18 23:14:29 +01:00
eap.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
ecp.c PPP: fix constness in PPP related files when PRINTPKT_SUPPORT is enabled 2015-09-09 20:28:01 +02:00
eui64.c PPP, IPv6, reduce size of llv6_ntoa() function 2015-03-08 13:33:55 +01:00
fsm.c PPP, FSM, don't call memcpy with NULL even when size = 0 2015-09-16 16:03:15 +02:00
ipcp.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
ipv6cp.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
lcp.c PPP: Fix shadowing of global declaration 2015-10-04 11:11:57 +02:00
magic.c PPP: Fix shadowing of global declaration 2015-10-06 09:56:00 +02:00
mppe.c PPP: Fix shadowing of global declaration 'sha1' 2015-10-06 11:13:30 +02:00
multilink.c fixed bug #43235, checking for non-existent preprocessor macros is non-standard, added predefinition for all affected macros 2014-10-12 20:51:58 +02:00
ppp.c PPP: Init SNMP members of PPP netifs 2016-02-19 23:51:18 +01:00
pppcrypt.c Moved PPP headers into include/netif/ppp/, fixing bug #37040. 2012-08-18 22:40:19 +02:00
PPPD_FOLLOWUP PPP, updated pppd followup 2014-12-24 23:23:36 +01:00
pppoe.c Rename snmp_mib2.h to snmp.h so source compatibility for user netif implementations is preserved 2015-11-12 21:25:42 +01:00
pppol2tp.c Implement UDP dual-stack PCB support 2016-02-24 22:37:01 +01:00
pppos.c Eliminate tcpip_pppos_input function 2016-02-22 21:00:00 +01:00
upap.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
utils.c PPP: more const and mixed u_char/char types fixes 2015-09-18 20:11:09 +02:00
vj.c PPP, VJ, fixed TCP retransmission 2016-01-24 20:07:54 +01:00