#include <string.h>#include <sys/types.h>#include <netinet/if_ether.h>#include <netinet/in.h>#include <net/ether.h>
Go to the source code of this file.
Functions | |
| int | NutEtherOutput (NUTDEVICE *dev, uint16_t type, uint8_t *ha, NETBUF *nb) |
| Send Ethernet frame. | |