table of contents
ETH_PROTO_IS_802_3(9) | Network device support | ETH_PROTO_IS_802_3(9) |
NAME¶
eth_proto_is_802_3 - Determine if a given Ethertype/length is a protocol
SYNOPSIS¶
bool eth_proto_is_802_3(__be16 proto);
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.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |