|
lwIP
2.1.2
Lightweight IP stack
|
#include "lwip/opt.h"#include "lwip/pbuf.h"#include "lwip/ip4_addr.h"#include "lwip/netif.h"#include "lwip/ip4.h"#include "lwip/prot/ethernet.h"Ethernet output function - handles OUTGOING ethernet level traffic, implements ARP resolving. To be used in most low-level netif implementations