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/] [ipset/] [ip_set_hash.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef __IP_SET_HASH_H
2
#define __IP_SET_HASH_H
3
 
4
/* Hash type specific error codes */
5
enum {
6
        /* Hash is full */
7
        IPSET_ERR_HASH_FULL = IPSET_ERR_TYPE_SPECIFIC,
8
        /* Null-valued element */
9
        IPSET_ERR_HASH_ELEM,
10
        /* Invalid protocol */
11
        IPSET_ERR_INVALID_PROTO,
12
        /* Protocol missing but must be specified */
13
        IPSET_ERR_MISSING_PROTO,
14
        /* Range not supported */
15
        IPSET_ERR_HASH_RANGE_UNSUPPORTED,
16
        /* Invalid range */
17
        IPSET_ERR_HASH_RANGE,
18
};
19
 
20
 
21
#endif /* __IP_SET_HASH_H */

powered by: WebSVN 2.1.0

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