Home
last modified time | relevance | path

Searched refs:IPT_BASE_CTL (Results 1 – 6 of 6) sorted by relevance

/external/iptables/include/linux/netfilter_ipv4/
Dip_tables.h130 #define IPT_BASE_CTL 64 macro
132 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
133 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
136 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
137 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
138 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
139 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/external/iproute2/include/uapi/linux/netfilter_ipv4/
Dip_tables.h132 #define IPT_BASE_CTL 64 macro
134 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
135 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
138 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
139 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
140 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
141 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/external/kernel-headers/original/uapi/linux/netfilter_ipv4/
Dip_tables.h134 #define IPT_BASE_CTL 64 macro
136 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
137 #define IPT_SO_SET_ADD_COUNTERS (IPT_BASE_CTL + 1)
140 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
141 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
142 #define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
143 #define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/external/syzkaller/executor/
Dcommon_linux.h985 #define IPT_BASE_CTL 64 macro
986 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
987 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
988 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)
/external/iptables/libxtables/
Dxtables.c55 # define IPT_SO_GET_REVISION_MATCH (IPT_BASE_CTL + 2)
56 # define IPT_SO_GET_REVISION_TARGET (IPT_BASE_CTL + 3)
/external/syzkaller/pkg/csource/
Dgenerated.go2495 #define IPT_BASE_CTL 64
2496 #define IPT_SO_SET_REPLACE (IPT_BASE_CTL)
2497 #define IPT_SO_GET_INFO (IPT_BASE_CTL)
2498 #define IPT_SO_GET_ENTRIES (IPT_BASE_CTL + 1)