Description

ctl_mac_addr_is_null_or_empty returns true if the address addr is null or the address pointed to is an all-zero address. A MAC address with every bit set to zero is a null address, i.e. address 00:00:00:00:00:00.

Thread Safety

ctl_mac_addr_is_null_or_empty is thread-safe.