Function report |
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 activity | Download SCCT | Chinese |
Name:her_addr_equal_unaligned - Compare two not u16 aligned 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
Proto:static inline bool ether_addr_equal_unaligned(const u8 *addr1, const u8 *addr2)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const u8 * | addr1 | |
const u8 * | addr2 |
374 | Return memcmp(addr1, addr2, Octets in one ethernet addr ) == 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |