Rechercher une page de manuel
is_valid_ether_addr
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
is_valid_ether_addr - Determine if the given Ethernet address is validSYNOPSIS
- int is_valid_ether_addr(const u8 * addr);
ARGUMENTS
addr
- Pointer to a six-byte array containing the Ethernet address
DESCRIPTION
Check 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.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre