#include <sys/types.h>
Go to the source code of this file.
Ethernet protocols definitions | |
#define | ETH_MIN_PROTO 0x0600 |
Ethernet minimal protocol number. | |
#define | ETH_P_ARP 0x0806 |
ARP ethernet protocol type. | |
#define | ETH_P_IP 0x0800 |
Internet IP (IPv4) ethernet protocol type. | |
Typedefs | |
typedef uint16_t | eth_type_t |
Ethernet protocol type definition. |
Definition in file ethernet_protocols.h.