Man Page: is_valid_ether_addr
Operating Environment: centos
Section: 9
IS_VALID_ETHER_ADDR(9) Network device support IS_VALID_ETHER_ADDR(9)NAMEis_valid_ether_addr - Determine if the given Ethernet address is validSYNOPSISbool is_valid_ether_addr(const u8 * addr);ARGUMENTSaddr Pointer to a six-byte array containing the Ethernet addressDESCRIPTIONCheck that the Ethernet address (MAC) is not 00:00:00:00:00:00, is not a multicast address, and is not FF:FF:FF:FF:FF:FF. Return true if the address is valid.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IS_VALID_ETHER_ADDR(9)
| Related Man Pages |
|---|
| ether_aton_r(3) - linux |
| ether_line(3) - redhat |
| ether_ntoa(3) - redhat |
| ethers(5) - ultrix |
| mc(4) - netbsd |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| How to increment version inside a file? |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |