Lines Matching full:ethernet
7 * Global definitions for the Ethernet IEEE 802.3 interface.
28 * IEEE 802.3 Ethernet magic constants. The frame sizes omit the preamble
32 #define ETH_ALEN 6 /* Octets in one ethernet addr */
33 #define ETH_TLEN 2 /* Octets in ethernet type field */
44 * These are the defined Ethernet Protocol ID's.
47 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */
55 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet */
88 #define ETH_P_ATMFATE 0x8884 /* Frame-based ATM Transport over Ethernet */
90 #define ETH_P_AOE 0x88A2 /* ATA over Ethernet */
101 #define ETH_P_FCOE 0x8906 /* Fibre Channel over Ethernet */
102 #define ETH_P_IBOE 0x8915 /* Infiniband over Ethernet */
109 #define ETH_P_LOOPBACK 0x9000 /* Ethernet loopback packet, per IEEE 802.3 */
122 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less */
123 /* than this value then the frame is Ethernet */
161 /* (in addition to the Ethernet header) */