mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-26 20:53:11 +00:00
esp_netif: Support for PPPoS in esp_netif using lwip ppp client
This commit is contained in:
@@ -24,7 +24,7 @@ extern "C" {
|
||||
|
||||
err_t ethernetif_init(struct netif *netif);
|
||||
|
||||
void ethernetif_input(struct netif *netif, void *buffer, size_t len, void *eb);
|
||||
void ethernetif_input(void *h, void *buffer, size_t len, void *eb);
|
||||
|
||||
void netif_reg_addr_change_cb(void* cb);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user