Dr Andrew Scott G7VAV

My photo
 
August 2025
Mo Tu We Th Fr Sa Su
28 29 30 31 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
1 2 3 4 5 6 7


ip_set_hash.h
01: #ifndef __IP_SET_HASH_H
02: #define __IP_SET_HASH_H
03: 
04: /* Hash type specific error codes */
05: enum {
06:         /* Hash is full */
07:         IPSET_ERR_HASH_FULL = IPSET_ERR_TYPE_SPECIFIC,
08:         /* Null-valued element */
09:         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 */
22: 


for client (none)
© Andrew Scott 2006 - 2025,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/