Warning: This file is not a C or C++ file. It does not have highlighting.
| 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
|---|---|
| 2 | #ifndef __IP_SET_BITMAP_H |
| 3 | #define __IP_SET_BITMAP_H |
| 4 | |
| 5 | #include <uapi/linux/netfilter/ipset/ip_set_bitmap.h> |
| 6 | |
| 7 | #define IPSET_BITMAP_MAX_RANGE 0x0000FFFF |
| 8 | |
| 9 | enum { |
| 10 | IPSET_ADD_STORE_PLAIN_TIMEOUT = -1, |
| 11 | IPSET_ADD_FAILED = 1, |
| 12 | IPSET_ADD_START_STORED_TIMEOUT, |
| 13 | }; |
| 14 | |
| 15 | #endif /* __IP_SET_BITMAP_H */ |
| 16 |
Warning: This file is not a C or C++ file. It does not have highlighting.
