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

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef _IPT_CONNMARK_H
  2. #define _IPT_CONNMARK_H
  3. /* Copyright (C) 2002,2004 MARA Systems AB <http://www.marasystems.com>
  4.  * by Henrik Nordstrom <hno@marasystems.com>
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License as published by
  8.  * the Free Software Foundation; either version 2 of the License, or
  9.  * (at your option) any later version.
  10.  */
  11. struct ipt_connmark_info {
  12. unsigned long mark, mask;
  13. u_int8_t invert;
  14. };
  15. #endif /*_IPT_CONNMARK_H*/