1IS_LINK_LOCAL_ETHER_(9) Network device support IS_LINK_LOCAL_ETHER_(9)
23
4
NAME
6is_link_local_ether_addr - Determine if given Ethernet address is
7link-local
8
SYNOPSIS
10bool is_link_local_ether_addr(const u8 * addr);
11
ARGUMENTS
13addr
14Pointer to a six-byte array containing the Ethernet address
15
DESCRIPTION
17Return true if address is link local reserved addr (01:80:c2:00:00:0X)
18per IEEE 802.1Q 8.6.3 Frame filtering.
19
COPYRIGHT
21Kernel Hackers Manual 3.10 June 2019 IS_LINK_LOCAL_ETHER_(9)