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

NAME

6       is_zero_ether_addr - Determine if give Ethernet address is all zeros.
7

SYNOPSIS

9       bool is_zero_ether_addr(const u8 * addr);
10

ARGUMENTS

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

DESCRIPTION

16       Return true if the address is all zeroes.
17
19Kernel Hackers Manual 3.10         June 2019             IS_ZERO_ETHER_ADDR(9)
Impressum