The C and C++ Include Header Files
/usr/include/linux/netfilter/ipset/ip_set_bitmap.h
$ cat -n /usr/include/linux/netfilter/ipset/ip_set_bitmap.h 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 #ifndef __IP_SET_BITMAP_H 3 #define __IP_SET_BITMAP_H 4 5 #include
6 7 /* Bitmap type specific error codes */ 8 enum { 9 /* The element is out of the range of the set */ 10 IPSET_ERR_BITMAP_RANGE = IPSET_ERR_TYPE_SPECIFIC, 11 /* The range exceeds the size limit of the set type */ 12 IPSET_ERR_BITMAP_RANGE_SIZE, 13 }; 14 15 16 #endif /* __IP_SET_BITMAP_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2024 MyWebUniversity.com ™