Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\etherdevice.h Create Date:2022-07-28 06:05:43
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:her_addr_equal_64bits - Compare two Ethernet addresses*@addr1: Pointer to an array of 8 bytes*@addr2: Pointer to an other array of 8 bytes* Compare two Ethernet addresses, returns true if equal, false otherwise

Proto:static inline bool ether_addr_equal_64bits(const u8 addr1[8], const u8 addr2[8])

Type:bool

Parameter:

TypeParameterName
const u8addr1
const u8addr2
356  Return her_addr_equal - Compare two Ethernet addresses*@addr1: Pointer to a six-byte array containing the Ethernet address*@addr2: Pointer other six-byte array containing the Ethernet address* Compare two Ethernet addresses, returns true if equal