Scroll to navigation

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

__be16 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

September 2017 Kernel Hackers Manual 4.12