lwip/src/include/netif
Sylvain Rochet 3c122117fc improved PPP API, added ppp_reopen()
This is now the user choice to re-establish the session in the link status callback
by either calling the ppp_reopen() to re-establish or ppp_delete() to free the PPP
control block. Without user intervention, the PPP control block now stay in the dead
phase, allowing the user to re-establish or delete the control block later.
2012-07-22 20:53:54 +02:00
..
etharp.h fixed bug #34684: Clear the arp table cache when netif is brought down 2011-11-22 21:44:28 +01:00
ppp_oe.h improved PPP API, added ppp_reopen() 2012-07-22 20:53:54 +02:00
pppol2tp.h improved PPP API, added ppp_reopen() 2012-07-22 20:53:54 +02:00
slipif.h SLIP netif: add support for multiple input strategies (threaded, polling, RX from ISR) 2011-10-21 22:25:44 +02:00