OpenSS7
SS7 for the
Common Man

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified:

Home Overview Status News Documentation Resources About
   
 Overview
 Status
 News
 Documentation
 Resources
 About

   
Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> usr/include/linux/netfilter_ipv6/ip6t_REJECT.h


File /code/usr/include/linux/netfilter_ipv6/ip6t_REJECT.h

#ifndef _IP6T_REJECT_H
#define _IP6T_REJECT_H

enum ip6t_reject_with {
	IP6T_ICMP_NET_UNREACHABLE,
	IP6T_ICMP_HOST_UNREACHABLE,
	IP6T_ICMP_PROT_UNREACHABLE,
	IP6T_ICMP_PORT_UNREACHABLE,
	IP6T_ICMP_ECHOREPLY
};

struct ip6t_reject_info {
	enum ip6t_reject_with with;      
};

#endif /*_IPT_REJECT_H*/


Home Index Prev Next More Download Info FAQ Mail   Home -> Resources -> Browse Source -> usr/include/linux/netfilter_ipv6/ip6t_REJECT.h

OpenSS7
SS7 for the
Common Man
Home Overview Status News Documentation Resources About

© Copyright 1997-2004,OpenSS7 Corporation, All Rights Reserved.
Last modified: