函数逻辑报告 |
Source Code:lib\nlattr.c |
Create Date:2022-07-27 08:14:54 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:la_memcpy - Copy a netlink attribute into another memory area*@dest: where to copy to memcpy*@src: netlink attribute to copy from*@count: size of the destination area* Note: The number of bytes copied is limited by the length of* attribute's payload
函数原型:int nla_memcpy(void *dest, const struct nlattr *src, int count)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | dest | |
const struct nlattr * | src | |
int | count |
572 | minlen等于min_t - return minimum of two values, using the specified type*@type: data type to use*@x: first value*@y: second value(int, count, 有效载荷的长度) |
578 | 返回:minlen |
名称 | 描述 |
---|---|
nla_get_u64 | 返回U64属性的有效载荷 |
nla_get_be64 | 返回__be16属性的有效载荷 |
nla_get_s64 | 返回s64属性的有效载荷 |
nla_get_in6_addr | 返回的IPv6地址属性的有效载荷 |
nla_get_bitfield32 | la_get_bitfield32 - return payload of 32 bitfield attribute*@nla: nla_bitfield32 attribute |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |