http://wenku.baidu.com/view/15de23020740be1e650e9ada.html

typedef unsigned short u16

typedef unsigned int u32

typedef unsigned short __u16

typedef unsigned int __u32

typedef unsigned __u16 u_int16_t

typedef unsigned __u32 u_int32_t

 

其实就是unsigned short和unsigned int型!!