ipt_tos.h
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:0k
源码类别:

Linux/Unix编程

开发平台:

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*/