]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - android-sdk/platform-bionic.git/blob - libc/kernel/common/linux/netfilter_ipv6/ip6t_REJECT.h
auto import from //depot/cupcake/@135843
[android-sdk/platform-bionic.git] / libc / kernel / common / linux / netfilter_ipv6 / ip6t_REJECT.h
1 /****************************************************************************
2  ****************************************************************************
3  ***
4  ***   This header was automatically generated from a Linux kernel header
5  ***   of the same name, to make information necessary for userspace to
6  ***   call into the kernel available to libc.  It contains only constants,
7  ***   structures, and macros generated from the original header, and thus,
8  ***   contains no copyrightable information.
9  ***
10  ****************************************************************************
11  ****************************************************************************/
12 #ifndef _IP6T_REJECT_H
13 #define _IP6T_REJECT_H
15 enum ip6t_reject_with {
16  IP6T_ICMP6_NO_ROUTE,
17  IP6T_ICMP6_ADM_PROHIBITED,
18  IP6T_ICMP6_NOT_NEIGHBOUR,
19  IP6T_ICMP6_ADDR_UNREACH,
20  IP6T_ICMP6_PORT_UNREACH,
21  IP6T_ICMP6_ECHOREPLY,
22  IP6T_TCP_RESET
23 };
25 struct ip6t_reject_info {
26  u_int32_t with;
27 };
29 #endif