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

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef __LINUX_ARP_NETFILTER_H
  2. #define __LINUX_ARP_NETFILTER_H
  3. /* ARP-specific defines for netfilter.
  4.  * (C)2002 Rusty Russell IBM -- This code is GPL.
  5.  */
  6. #include <linux/config.h>
  7. #include <linux/netfilter.h>
  8. /* There is no PF_ARP. */
  9. #define NF_ARP 0
  10. /* ARP Hooks */
  11. #define NF_ARP_IN 0
  12. #define NF_ARP_OUT 1
  13. #define NF_ARP_FORWARD 2
  14. #define NF_ARP_NUMHOOKS 3
  15. #endif /* __LINUX_ARP_NETFILTER_H */