OVMS3-idf/components/lwip/api
Dmitry4Bh a0cedb1f44 Fix type conversion error in components/lwip/api/pppapi.c
Pointer tcpip_api_call *m  should be converted to pppapi_msg* instead of pppapi_msg_msg*
in pppapi_do_ppp_set_default(), pppapi_do_ppp_free() and so on.

It solve this issue https://github.com/espressif/esp-idf/pull/1028
so there is no need to patch ip4.c because now netif_defauilt is setted correctly.
Also it prevents memory corruption when pppapi_free() is called.
2017-11-03 16:42:56 +08:00
..
api_lib.c lwip: init lwip error code 2017-10-13 15:59:04 +08:00
api_msg.c lwip: init lwip error code 2017-10-13 15:59:04 +08:00
err.c Initial public version 2016-08-17 23:08:22 +08:00
netbuf.c lwip: refractor for lwip 2016-10-27 14:11:01 +08:00
netdb.c lwip: Enable IPV6_ONLY option for UDP sockets (BSD & netconn) 2017-10-02 10:50:27 +11:00
netifapi.c Initial public version 2016-08-17 23:08:22 +08:00
pppapi.c Fix type conversion error in components/lwip/api/pppapi.c 2017-11-03 16:42:56 +08:00
sockets.c lwip: Fix bug with LWIP_SOCKET_OFFSET & IGMP group support 2017-10-16 09:45:50 +08:00
tcpip.c lwip: refractor to esp specific counter 2017-04-10 14:46:48 +08:00