Query: is_broadcast_ether_addr
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
IS_BROADCAST_ETHER_A(9) Network device support IS_BROADCAST_ETHER_A(9)NAMEis_broadcast_ether_addr - Determine if the Ethernet address is broadcastSYNOPSISbool is_broadcast_ether_addr(const u8 * addr);ARGUMENTSaddr Pointer to a six-byte array containing the Ethernet addressDESCRIPTIONReturn true if the address is the broadcast address.COPYRIGHTKernel Hackers Manual 3.10 June 2014 IS_BROADCAST_ETHER_A(9)