ipt_tos.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _IPT_TOS_H
  2. #define _IPT_TOS_H
  3. struct ipt_tos_info {
  4.     u_int8_t tos;
  5.     u_int8_t invert;
  6. };
  7. #ifndef IPTOS_NORMALSVC
  8. #define IPTOS_NORMALSVC 0
  9. #endif
  10. #endif /*_IPT_TOS_H*/