函数逻辑报告 |
Source Code:include\linux\etherdevice.h |
Create Date:2022-07-27 07:04:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称: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
函数原型:static inline bool is_etherdev_addr(const struct net_device *dev, const u8 addr[8])
返回类型:bool
参数:
类型 | 参数 | 名称 |
---|---|---|
const struct net_device * | dev | |
const u8 | addr |
473 | bool res = false |
482 | 返回:res |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |