netfilter_ddp.h
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:0k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. #ifndef __LINUX_DDP_NETFILTER_H
  2. #define __LINUX_DDP_NETFILTER_H
  3. /* DDP-specific defines for netfilter.  Complete me sometime.
  4.  * (C)1998 Rusty Russell -- This code is GPL.
  5.  */
  6. #include <linux/netfilter.h>
  7. /* Appletalk hooks */
  8. #define NF_DDP_INPUT 0
  9. #define NF_DDP_FORWARD 1
  10. #define NF_DDP_OUTPUT 2
  11. #endif /*__LINUX_DDP_NETFILTER_H*/