Searched refs:XTABLES_EXT_ALIAS (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/
H A Dxtables.h205 XTABLES_EXT_ALIAS = 1 << 0, enumerator in enum:xtables_ext_flags
/external/iptables/extensions/
H A Dlibxt_CT.c357 .ext_flags = XTABLES_EXT_ALIAS,
H A Dlibxt_conntrack.c1270 .ext_flags = XTABLES_EXT_ALIAS,
1285 .ext_flags = XTABLES_EXT_ALIAS,
1300 .ext_flags = XTABLES_EXT_ALIAS,
/external/iptables/include/
H A Dxtables.h205 XTABLES_EXT_ALIAS = 1 << 0, enumerator in enum:xtables_ext_flags
/external/iptables/iptables/
H A Dip6tables.c1234 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS))
1271 if (!(m->ext_flags & XTABLES_EXT_ALIAS))
H A Diptables.c1227 if (!(cs->target->ext_flags & XTABLES_EXT_ALIAS))
1265 if (!(m->ext_flags & XTABLES_EXT_ALIAS))

Completed in 238 milliseconds