table of contents
IS_LINK_LOCAL_ETHER_(9) | Network device support | IS_LINK_LOCAL_ETHER_(9) |
NAME¶
is_link_local_ether_addr - Determine if given Ethernet address is link-local
SYNOPSIS¶
bool is_link_local_ether_addr(const u8 * addr);
ARGUMENTS¶
addr
Pointer to a six-byte array containing the Ethernet
address
DESCRIPTION¶
Return true if address is link local reserved addr (01:80:c2:00:00:0X) per IEEE 802.1Q 8.6.3 Frame filtering.
COPYRIGHT¶
May 2024 | Kernel Hackers Manual 2.6. |