/external/iproute2/include/linux/netfilter_ipv4/ |
ip_tables.h | 61 #define IPT_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */ 62 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */ 63 #define IPT_INV_TOS 0x04 /* Invert the sense of TOS. */ 64 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 65 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ 66 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */ 140 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
|
/external/webkit/JavaScriptCore/yarr/ |
RegexInterpreter.h | 142 ByteTerm(CharacterClass* characterClass, bool invert, int inputPos) 144 , invertOrCapture(invert) 163 ByteTerm(Type type, bool invert = false) 165 , invertOrCapture(invert) 202 static ByteTerm WordBoundary(bool invert, int inputPos) 204 ByteTerm term(TypeAssertionWordBoundary, invert); 272 bool invert() function in struct:JSC::Yarr::ByteTerm
|
RegexPattern.h | 110 PatternTerm(CharacterClass* charClass, bool invert) 112 , invertOrCapture(invert) 130 PatternTerm(Type type, bool invert = false) 132 , invertOrCapture(invert) 162 static PatternTerm WordBoundary(bool invert) 164 return PatternTerm(TypeAssertionWordBoundary, invert); 167 bool invert() function in struct:JSC::Yarr::PatternTerm
|
/external/iptables/extensions/ |
libip6t_rt.c | 158 parse(int c, char **argv, int invert, unsigned int *flags, 170 check_inverse(optarg, &invert, &optind, 0); 172 if (invert) 181 check_inverse(optarg, &invert, &optind, 0); 183 if (invert) 192 check_inverse(optarg, &invert, &optind, 0); 194 if (invert) 216 check_inverse(optarg, &invert, &optind, 0); 217 if (invert) 249 int invert) [all...] |
libipt_comment.c | 47 parse(int c, char **argv, int invert, unsigned int *flags, 56 check_inverse(argv[optind-1], &invert, &optind, 0); 57 if (invert) {
|
libipt_conntrack.c | 188 parse(int c, char **argv, int invert, unsigned int *flags, 201 check_inverse(optarg, &invert, &optind, 0); 204 if (invert) { 211 check_inverse(optarg, &invert, &optind, 0); 213 if(invert) 232 check_inverse(optarg, &invert, &optind, 9); 234 if (invert) 252 check_inverse(optarg, &invert, &optind, 0); 254 if (invert) 272 check_inverse(optarg, &invert, &optind, 0) [all...] |
libip6t_hashlimit.c | 153 parse(int c, char **argv, int invert, unsigned int *flags, 164 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 172 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 180 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 188 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 196 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 206 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 215 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 222 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 232 if (invert) [all...] |
libipt_hashlimit.c | 153 parse(int c, char **argv, int invert, unsigned int *flags, 164 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 172 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 180 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 188 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 196 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 206 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 215 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 222 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 232 if (invert) [all...] |
libipt_string.c | 172 parse(int c, char **argv, int invert, unsigned int *flags, 205 check_inverse(optarg, &invert, &optind, 0); 207 if (invert) 208 stringinfo->invert = 1; 218 check_inverse(optarg, &invert, &optind, 0); 220 if (invert) 221 stringinfo->invert = 1; 300 printf("STRING match %s", (info->invert) ? "!" : ""); 303 printf("STRING match %s", (info->invert) ? "!" : ""); 322 printf("--hex-string %s", (info->invert) ? "! ": "") [all...] |
libip6t_frag.c | 95 parse(int c, char **argv, int invert, unsigned int *flags, 107 check_inverse(optarg, &invert, &optind, 0); 109 if (invert) 118 check_inverse(optarg, &invert, &optind, 0); 120 if (invert) 168 int invert) 170 const char *inv = invert ? "!" : ""; 172 if (min != 0 || max != 0xFFFFFFFF || invert) {
|
libip6t_esp.c | 85 parse(int c, char **argv, int invert, unsigned int *flags, 97 check_inverse(optarg, &invert, &optind, 0); 99 if (invert) 118 int invert) 120 const char *inv = invert ? "!" : ""; 122 if (min != 0 || max != 0xFFFFFFFF || invert) {
|
libipt_ah.c | 83 parse(int c, char **argv, int invert, unsigned int *flags, 95 check_inverse(optarg, &invert, &optind, 0); 97 if (invert) 116 int invert) 118 const char *inv = invert ? "!" : ""; 120 if (min != 0 || max != 0xFFFFFFFF || invert) {
|
libipt_esp.c | 86 parse(int c, char **argv, int invert, unsigned int *flags, 98 check_inverse(optarg, &invert, &optind, 0); 100 if (invert) 119 int invert) 121 const char *inv = invert ? "!" : ""; 123 if (min != 0 || max != 0xFFFFFFFF || invert) {
|
libipt_realm.c | 158 parse(int c, char **argv, int invert, unsigned int *flags, 169 check_inverse(argv[optind-1], &invert, &optind, 0); 188 if (invert) 189 realminfo->invert = 1; 224 if (ri->invert) 238 if (ri->invert)
|
libip6t_limit.c | 95 parse(int c, char **argv, int invert, unsigned int *flags, 105 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 112 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 123 if (invert) 125 "limit does not support invert");
|
libipt_SET.c | 57 parse_target(char **argv, int invert, unsigned int *flags, 64 if (check_inverse(optarg, &invert, NULL, 0)) 88 parse(int c, char **argv, int invert, unsigned int *flags, 96 parse_target(argv, invert, flags, 100 parse_target(argv, invert, flags,
|
libipt_addrtype.c | 84 static int parse(int c, char **argv, int invert, unsigned int *flags, 96 check_inverse(optarg, &invert, &optind, 0); 98 if (invert) 106 check_inverse(optarg, &invert, &optind, 0); 108 if (invert)
|
libipt_iprange.c | 58 parse(int c, char **argv, int invert, unsigned int *flags, 73 check_inverse(optarg, &invert, &optind, 0); 74 if (invert) { 88 check_inverse(optarg, &invert, &optind, 0); 89 if (invert)
|
libipt_limit.c | 95 parse(int c, char **argv, int invert, unsigned int *flags, 105 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 112 if (check_inverse(argv[optind-1], &invert, &optind, 0)) break; 123 if (invert) 125 "limit does not support invert");
|
libip6t_state.c | 67 parse(int c, char **argv, int invert, unsigned int *flags, 76 check_inverse(optarg, &invert, &optind, 0); 79 if (invert)
|
libipt_2set.c | 54 parse(int c, char **argv, int invert, unsigned int *flags, 68 check_inverse(optarg, &invert, &optind, 0); 69 if (invert)
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
invert.h | 0 // invert.h 17 // Functions and classes to invert an Fst. 49 void Invert(MutableFst<Arc> *fst) { Map(fst, InvertMapper<Arc>()); }
|
/external/iptables/ |
ip6tables-save.c | 35 int invert) 42 printf("-%c %s", letter, invert ? "! " : ""); 75 static void print_proto(u_int16_t proto, int invert) 79 const char *invertstr = invert ? "! " : ""; 123 static void print_ip(char *prefix, const struct in6_addr *ip, const struct in6_addr *mask, int invert) 128 if (l == 0 && !invert) 133 invert ? "! " : "",
|
/external/kernel-headers/original/linux/netfilter_ipv4/ |
ip_tables.h | 67 #define IPT_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */ 68 #define IPT_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */ 69 #define IPT_INV_TOS 0x04 /* Invert the sense of TOS. */ 70 #define IPT_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 71 #define IPT_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ 72 #define IPT_INV_FRAG 0x20 /* Invert the sense of FRAG. */ 143 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
|
/external/kernel-headers/original/linux/netfilter_ipv6/ |
ip6_tables.h | 73 #define IP6T_INV_VIA_IN 0x01 /* Invert the sense of IN IFACE. */ 74 #define IP6T_INV_VIA_OUT 0x02 /* Invert the sense of OUT IFACE */ 75 #define IP6T_INV_TOS 0x04 /* Invert the sense of TOS. */ 76 #define IP6T_INV_SRCIP 0x08 /* Invert the sense of SRC IP. */ 77 #define IP6T_INV_DSTIP 0x10 /* Invert the sense of DST OP. */ 78 #define IP6T_INV_FRAG 0x20 /* Invert the sense of FRAG. */ 156 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */
|