函数逻辑报告 |
Source Code:include\uapi\linux\dccp.h |
Create Date:2022-07-27 20:20:24 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:dccp_packet_hdr_len
函数原型:static inline unsigned int dccp_packet_hdr_len(const __u8 type)
返回类型:unsigned int
参数:
类型 | 参数 | 名称 |
---|---|---|
const __u8 | type |
120 | 如果type恒等于DCCP_PKT_DATA则返回:0 |
122 | 如果type恒等于DCCP_PKT_DATAACK或type恒等于DCCP_PKT_ACK或type恒等于DCCP_PKT_SYNC或type恒等于DCCP_PKT_SYNCACK或type恒等于DCCP_PKT_CLOSE或type恒等于DCCP_PKT_CLOSEREQ则返回:sizeof(structdccp_hdr_ack_bits) |
129 | 如果type恒等于DCCP_PKT_REQUEST则返回:sizeof(structdccp_hdr_request) |
131 | 如果type恒等于DCCP_PKT_RESPONSE则返回:sizeof(structdccp_hdr_response) |
133 | 返回:sizeof(structdccp_hdr_reset) |
名称 | 描述 |
---|---|
__dccp_hdr_len |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |