Home | History | Annotate | Download | only in netfilter_ipv6
      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
     14 
     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 };
     24 
     25 struct ip6t_reject_info {
     26  u_int32_t with;
     27 };
     28 
     29 #endif
     30