lwIP netdev adapter definitions More...
lwIP netdev adapter definitions
Definition in file netdev.h.
#include "net/ethernet.h"
#include "net/netdev.h"
#include "lwip/err.h"
#include "lwip/netif.h"
#include "lwip/tcpip.h"
Go to the source code of this file.
Macros | |
#define | LWIP_NETDEV_BUFLEN (ETHERNET_MAX_LEN) |
Length of the temporary copying buffer for receival. More... | |
Functions | |
err_t | lwip_netdev_init (struct netif *netif) |
Initializes the netdev adapter. More... | |