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_bitmap.h] - Blame information for rev 13

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 13 serginhofr
#ifndef __IP_SET_BITMAP_H
2
#define __IP_SET_BITMAP_H
3
 
4
/* Bitmap type specific error codes */
5
enum {
6
        /* The element is out of the range of the set */
7
        IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC,
8
        /* The range exceeds the size limit of the set type */
9
        IPSET_ERR_BITMAP_RANGE_SIZE,
10
};
11
 
12
 
13
#endif /* __IP_SET_BITMAP_H */

powered by: WebSVN 2.1.0

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