OpenCores
URL https://opencores.org/ocsvn/hf-risc/hf-risc/trunk

Subversion Repositories hf-risc

[/] [hf-risc/] [trunk/] [tools/] [riscv-gnu-toolchain-master/] [linux-headers/] [include/] [linux/] [netfilter_ipv6/] [ip6t_REJECT.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef _IP6T_REJECT_H
2
#define _IP6T_REJECT_H
3
 
4
#include <linux/types.h>
5
 
6
enum ip6t_reject_with {
7
        IP6T_ICMP6_NO_ROUTE,
8
        IP6T_ICMP6_ADM_PROHIBITED,
9
        IP6T_ICMP6_NOT_NEIGHBOUR,
10
        IP6T_ICMP6_ADDR_UNREACH,
11
        IP6T_ICMP6_PORT_UNREACH,
12
        IP6T_ICMP6_ECHOREPLY,
13
        IP6T_TCP_RESET
14
};
15
 
16
struct ip6t_reject_info {
17
        __u32   with;   /* reject type */
18
};
19
 
20
#endif /*_IP6T_REJECT_H*/

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.