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

嵌入式Linux

开发平台:

Unix_Linux

  1. /* iptables module for using NFQUEUE mechanism
  2.  *
  3.  * (C) 2005 Harald Welte <laforge@netfilter.org>
  4.  *
  5.  * This software is distributed under GNU GPL v2, 1991
  6.  * 
  7. */
  8. #ifndef _IPT_NFQ_TARGET_H
  9. #define _IPT_NFQ_TARGET_H
  10. /* target info */
  11. struct ipt_NFQ_info {
  12. u_int16_t queuenum;
  13. };
  14. #endif /* _IPT_DSCP_TARGET_H */