mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-18 06:06:57 +08:00
Work on bug #48824: ethernet.c extensions: Implement ethernet_output();
Fixes bug #48862: ethip6 does not support setting vlan
This commit is contained in:
@@ -64,6 +64,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
err_t ethernet_input(struct pbuf *p, struct netif *netif);
|
||||
err_t ethernet_output(struct netif* netif, struct pbuf* p, const struct eth_addr* src, const struct eth_addr* dst, u16_t eth_type);
|
||||
|
||||
extern const struct eth_addr ethbroadcast, ethzero;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user