lwip/src/include
Sylvain Rochet a1555e0615 PPP, added ppp_free()
Free the control block, clean everything except the PPP PCB itself
and the netif, it allows you to change the underlying PPP protocol
(eg. from PPPoE to PPPoS to switch from DSL to GPRS) without losing
your PPP and netif handlers.
2013-04-23 00:19:07 +02:00
..
ipv4/lwip Fixed bogus IPH_V/HL and IPH_VHL_SET endianess dependency 2011-08-30 13:15:10 +02:00
ipv6/lwip In ip6_input(), accept solicited node packets that match the receiving 2012-05-04 18:11:47 -06:00
lwip PPP, slight API change, great code factorisation 2013-04-22 23:58:51 +02:00
netif PPP, added ppp_free() 2013-04-23 00:19:07 +02:00
posix added posix-compatibility include files posix/netdb.h and posix/sys/socket.h which are a simple wrapper to the correct lwIP include files. 2012-03-25 15:02:58 +02:00