HomeSort by relevance Sort by last modified time
    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_6/wpa_supplicant/src/utils/
common.h 438 static inline int is_zero_ether_addr(const u8 *a) function

Completed in 72 milliseconds