Searched refs:ETH_P_802_3_MIN (Results 1 – 2 of 2) sorted by relevance
117 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
213 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()