Home
last modified time | relevance | path

Searched refs:ETH_P_802_3_MIN (Results 1 – 2 of 2) sorted by relevance

/include/uapi/linux/
Dif_ether.h117 #define ETH_P_802_3_MIN 0x0600 /* If the value in the ethernet type is less than this value macro
/include/linux/
Detherdevice.h213 return (__force u16)proto >= (__force u16)htons(ETH_P_802_3_MIN); in eth_proto_is_802_3()