Function report |
Source Code:include\linux\etherdevice.h |
Create Date:2022-07-28 06:05:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:s_etherdev_addr - Tell if given Ethernet address belongs to the device.*@dev: Pointer to a device structure*@addr: Pointer to a six-byte array containing the Ethernet address* Compare passed address with all addresses of the device. Return true if the
Proto:static inline bool is_etherdev_addr(const struct net_device *dev, const u8 addr[8])
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct net_device * | dev | |
const u8 | addr |
473 | bool res = false |
478 | If res Then Break |
482 | Return res |
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 |