OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_zero_ether_addr
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
etherdevice.h
51
*
is_zero_ether_addr
- Determine if give Ethernet address is all zeros.
56
static inline int
is_zero_ether_addr
(const u8 *addr)
function
97
return !is_multicast_ether_addr(addr) && !
is_zero_ether_addr
(addr);
/external/wpa_supplicant_8/src/utils/
common.h
491
static inline int
is_zero_ether_addr
(const u8 *a)
function
Completed in 191 milliseconds