summaryrefslogtreecommitdiffstats
path: root/include/libipset/linux_ip_set_list.h
blob: cf282c54b3b3e5faf638345efa9c3ee7a32aca44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __IP_SET_LIST_H
#define __IP_SET_LIST_H

/* List type specific error codes */
enum {
	IPSET_ERR_NAME = IPSET_ERR_TYPE_SPECIFIC,
	IPSET_ERR_LOOP,
	IPSET_ERR_BEFORE,
	IPSET_ERR_NAMEREF,
	IPSET_ERR_LIST_FULL,
	IPSET_ERR_REF_EXIST,
};

#endif /* __IP_SET_LIST_H */