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

NAME

6       is_local_ether_addr - Determine if the Ethernet address is
7       locally-assigned one (IEEE 802).
8

SYNOPSIS

10       int is_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 the address is a local address.
18
20Kernel Hackers Manual 2.6.         June 2019            IS_LOCAL_ETHER_ADDR(9)
Impressum