/external/iptables/extensions/ |
libxt_rateest.c | 112 rateest_parse(int c, char **argv, int invert, unsigned int *flags, 122 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 123 if (invert) 136 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 137 if (invert) 151 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 152 if (invert) 175 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 176 if (invert) 200 xtables_check_inverse(optarg, &invert, &optind, 0, argv) [all...] |
libxt_tcp.c | 108 int invert) 113 if (invert) 141 tcp_parse(int c, char **argv, int invert, unsigned int *flags, 151 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 153 if (invert) 162 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 164 if (invert) 174 parse_tcp_flags(tcpinfo, "SYN,RST,ACK,FIN", "SYN", invert); 183 xtables_check_inverse(optarg, &invert, &optind, 0, argv); 191 invert); [all...] |
libxt_owner.c | 15 /* match and invert flags */ 35 uint8_t match, invert; /* flags */ member in struct:ipt_owner_info 44 uint8_t match, invert; /* flags */ member in struct:ip6t_owner_info 150 if (cb->invert) 151 info->invert |= IPT_OWNER_UID; 160 if (cb->invert) 161 info->invert |= IPT_OWNER_GID; 166 if (cb->invert) 167 info->invert |= IPT_OWNER_PID; 171 if (cb->invert) [all...] |
libxt_dscp.c | 59 if (cb->invert) 60 dinfo->invert = 1; 64 if (cb->invert) 65 dinfo->invert = 1; 82 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp); 90 printf("%s --dscp 0x%02x", dinfo->invert ? " !" : "", dinfo->dscp);
|
libxt_ipvs.c | 82 data->invert &= ~XT_IPVS_DIR; 85 data->invert |= XT_IPVS_DIR; 104 if (cb->invert) 105 data->invert |= 1 << cb->entry->id; 116 if (info->invert & XT_IPVS_IPVS_PROPERTY) 161 if (data->invert & XT_IPVS_IPVS_PROPERTY) 167 if (data->invert & XT_IPVS_PROTO) 173 if (data->invert & XT_IPVS_VADDR) 181 if (data->invert & XT_IPVS_VPORT) 188 if (data->invert & XT_IPVS_DIR [all...] |
libipt_ah.c | 31 if (cb->invert) 37 int invert) 39 const char *inv = invert ? "!" : ""; 41 if (min != 0 || max != 0xFFFFFFFF || invert) {
|
libxt_esp.c | 31 if (cb->invert) 37 int invert) 39 const char *inv = invert ? "!" : ""; 41 if (min != 0 || max != 0xFFFFFFFF || invert) {
|
/external/kernel-headers/original/linux/netfilter_arp/ |
arp_tables.h | 77 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */ 78 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */ 79 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */ 80 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */ 81 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */ 82 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */ 83 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */ 84 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */ 85 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */ 86 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. * [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_arp/ |
arp_tables.h | 69 #define ARPT_INV_VIA_IN 0x0001 /* Invert the sense of IN IFACE. */ 70 #define ARPT_INV_VIA_OUT 0x0002 /* Invert the sense of OUT IFACE */ 71 #define ARPT_INV_SRCIP 0x0004 /* Invert the sense of SRC IP. */ 72 #define ARPT_INV_TGTIP 0x0008 /* Invert the sense of TGT IP. */ 73 #define ARPT_INV_SRCDEVADDR 0x0010 /* Invert the sense of SRC DEV ADDR. */ 74 #define ARPT_INV_TGTDEVADDR 0x0020 /* Invert the sense of TGT DEV ADDR. */ 75 #define ARPT_INV_ARPOP 0x0040 /* Invert the sense of ARP OP. */ 76 #define ARPT_INV_ARPHRD 0x0080 /* Invert the sense of ARP HRD. */ 77 #define ARPT_INV_ARPPRO 0x0100 /* Invert the sense of ARP PRO. */ 78 #define ARPT_INV_ARPHLN 0x0200 /* Invert the sense of ARP HLN. * [all...] |
/system/media/mca/filterpacks/imageproc/java/ |
Invert.java | 32 public class Invert extends SimpleImageFilter { 46 public Invert(String name) { 52 return new NativeProgram("filterpack_imageproc", "invert");
|
/bionic/libc/kernel/common/linux/netfilter/ |
xt_multiport.h | 37 u_int8_t invert; member in struct:xt_multiport_v1
|
xt_physdev.h | 27 u_int8_t invert; member in struct:xt_physdev_info
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_owner.h | 27 u_int8_t match, invert; member in struct:ipt_owner_info
|
ipt_recent.h | 33 u_int8_t invert; member in struct:ipt_recent_info
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
xt_multiport.h | 37 u_int8_t invert; member in struct:xt_multiport_v1
|
xt_physdev.h | 27 u_int8_t invert; member in struct:xt_physdev_info
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_owner.h | 27 u_int8_t match, invert; member in struct:ipt_owner_info
|
ipt_recent.h | 33 u_int8_t invert; member in struct:ipt_recent_info
|
/external/iptables/include/linux/netfilter/ |
xt_connmark.h | 28 __u8 invert; member in struct:xt_connmark_mtinfo1
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ecn.h | 24 u_int8_t invert; member in struct:ipt_ecn_info
|
/external/stlport/test/unit/cppunit/ |
cppunit_mini.h | 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false); 63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {} 94 bool invert, bool explicit_test, bool &do_progress) { 101 // Invert shall not make explicit test run: 102 return invert ? (match ? !match : !explicit_test) 107 return !explicit_test && (match == !invert); 144 virtual void myRun(const char *in_name, bool invert = false) { \ 152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \ 171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
|
/external/webkit/Source/JavaScriptCore/yarr/ |
YarrPattern.h | 129 PatternTerm(CharacterClass* charClass, bool invert) 132 , m_invert(invert) 139 PatternTerm(Type type, unsigned subpatternId, PatternDisjunction* disjunction, bool capture = false, bool invert = false) 142 , m_invert(invert) 152 PatternTerm(Type type, bool invert = false) 155 , m_invert(invert) 186 static PatternTerm WordBoundary(bool invert) 188 return PatternTerm(TypeAssertionWordBoundary, invert); 191 bool invert() function in struct:JSC::Yarr::PatternTerm
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
cppunit_mini.h | 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false); 63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {} 94 bool invert, bool explicit_test, bool &do_progress) { 101 // Invert shall not make explicit test run: 102 return invert ? (match ? !match : !explicit_test) 107 return !explicit_test && (match == !invert); 144 virtual void myRun(const char *in_name, bool invert = false) { \ 152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \ 171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
cppunit_mini.h | 59 static int run(Reporter *in_reporter = 0, const char *in_testName = "", bool invert = false); 63 virtual void myRun(const char * /*in_name*/, bool /*invert*/ = false) {} 94 bool invert, bool explicit_test, bool &do_progress) { 101 // Invert shall not make explicit test run: 102 return invert ? (match ? !match : !explicit_test) 107 return !explicit_test && (match == !invert); 144 virtual void myRun(const char *in_name, bool invert = false) { \ 152 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \ 171 bool shouldRun = shouldRunThis(in_name, className, #X, invert, Y, do_progress); \
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/ |
xt_policy.h | 48 struct xt_policy_spec invert; member in struct:xt_policy_elem
|