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

Linux/Unix编程

开发平台:

Unix_Linux

  1. #ifndef __LINUX_X25_NETFILTER_H
  2. #define __LINUX_X25_NETFILTER_H
  3. /* X25-specific defines for netfilter.  Complete me sometime.
  4.  * (C)1998 Rusty Russell -- This code is GPL.
  5.  */
  6. #include <linux/netfilter.h>
  7. /* Hooks */
  8. #define NF_X25_INPUT 0
  9. #define NF_X25_FORWARD 1
  10. #define NF_X25_OUTPUT 2
  11. #endif /*__LINUX_X25_NETFILTER_H*/