eth_proto_is_802_3 (9) Linux Manual Page
eth_proto_is_802_3 – Determine if a given Ethertype/length is a protocol
Synopsis
-
bool eth_proto_is_802_3(__be16proto);
Arguments
proto
-
- Ethertype/length value to be tested
Description
Check that the value from the Ethertype/length field is a valid Ethertype.
Return true if the valid is an 802.3 supported Ethertype.
