1IS_LINK_LOCAL_ETHER_(9)     Network device support     IS_LINK_LOCAL_ETHER_(9)
2
3
4

NAME

6       is_link_local_ether_addr - Determine if given Ethernet address is
7       link-local
8

SYNOPSIS

10       bool is_link_local_ether_addr(const u8 * addr);
11

ARGUMENTS

13       addr
14           Pointer to a six-byte array containing the Ethernet address
15

DESCRIPTION

17       Return true if address is link local reserved addr (01:80:c2:00:00:0X)
18       per IEEE 802.1Q 8.6.3 Frame filtering.
19
21Kernel Hackers Manual 3.10         June 2019           IS_LINK_LOCAL_ETHER_(9)
Impressum