lwip/src/netif
Sylvain Rochet 17c6be6a9b PPP: removed ppp_delete(), merged with ppp_free()
The only benefit of ppp_delete() call was about having a persistent
netif interface. netif was moved out of PPP pcb so we don't need
ppp_delete() anymore, second step in simplifying the weird
new/open/free/delete PPP API.
2015-02-17 23:22:12 +01:00
..
ppp PPP: removed ppp_delete(), merged with ppp_free() 2015-02-17 23:22:12 +01:00
etharp.c Added the option PBUF_LINK_ENCAPSULATION_HLEN to allocate additional header space for TX on netifs requiring additional headers 2015-02-13 21:42:04 +01:00
ethernetif.c Parts of patch #8397 Typos corrected in comments and text outputs 2014-09-18 21:15:13 +02:00
FILES
slipif.c PPP,SLIP include lwip/sio.h after lwip/sys.h to prevent functions prototype collision 2014-12-24 21:23:54 +01:00