© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved. Last modified:
#ifndef __LINUX_X25_NETFILTER_H #define __LINUX_X25_NETFILTER_H #include <linux/netfilter.h> /* Hooks */ #define NF_X25_INPUT 0 #define NF_X25_FORWARD 1 #define NF_X25_OUTPUT 2 #endif /*__LINUX_X25_NETFILTER_H*/