QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 929|回复: 1

新手系列提问,多谢大家

[复制链接]
发表于 2006-3-10 19:59:36 | 显示全部楼层 |阅读模式
在防火墙这一块考虑TCP匹配的字段,得到如下的TCP匹配规则:
struct fw_tcp
{
                u_int16_t spts[2];                        /* Source port range. */
                u_int16_t dpts[2];                        /* Destination port range. */
                u_int8_t flg_mask;                        /* TCP flags mask byte */
                u_int8_t flg_cmp;                        /* TCP flags compare byte */
};



经常出现 这样的 定义   u_int32_t   u_int16_t

等等

32应该是指包字头或字尾的长度为32bit吧

请问 这种定义方法是linux约定的吗??

一定要定义成  u_int32_t 方式?

其中u和t是什么意思??

谢谢大家,我新手上路,内核代码没有怎么看过
发表于 2006-3-12 13:13:58 | 显示全部楼层
u一般指usnigned
t就是type的所写
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 20:35 , Processed in 0.034761 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表