HomeSort by relevance Sort by last modified time
    Searched refs:match (Results 251 - 275 of 1303) sorted by null

<<11121314151617181920>>

  /external/iptables/extensions/
libipt_ah.c 12 "ah match options:\n"
14 " match spi (range)\n");
55 static void ah_print(const void *ip, const struct xt_entry_match *match,
58 const struct ipt_ah *ah = (struct ipt_ah *)match->data;
68 static void ah_save(const void *ip, const struct xt_entry_match *match)
70 const struct ipt_ah *ahinfo = (struct ipt_ah *)match->data;
libxt_dscp.c 33 "dscp match options\n"
34 "[!] --dscp value Match DSCP codepoint with numerical value\n"
37 "[!] --dscp-class name Match the DiffServ class. This value may\n"
74 "DSCP match: Parameter --dscp is required");
78 dscp_print(const void *ip, const struct xt_entry_match *match, int numeric)
81 (const struct xt_dscp_info *)match->data;
82 printf(" DSCP match %s0x%02x", dinfo->invert ? "!" : "", dinfo->dscp);
85 static void dscp_save(const void *ip, const struct xt_entry_match *match)
88 (const struct xt_dscp_info *)match->data;
libxt_esp.c 12 "esp match options:\n"
14 " match spi (range)\n");
50 esp_print(const void *ip, const struct xt_entry_match *match, int numeric)
52 const struct xt_esp *esp = (struct xt_esp *)match->data;
62 static void esp_save(const void *ip, const struct xt_entry_match *match)
64 const struct xt_esp *espinfo = (struct xt_esp *)match->data;
libxt_osf.c 38 printf("OS fingerprint match options:\n"
39 "[!] --genre string Match a OS genre by passive fingerprinting.\n"
44 "--log level Log determined genres into dmesg even if they do not match desired one:\n"
84 static void osf_print(const void *ip, const struct xt_entry_match *match, int numeric)
86 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
88 printf(" OS fingerprint match %s%s", (info->flags & XT_OSF_INVERT) ? "! " : "", info->genre);
91 static void osf_save(const void *ip, const struct xt_entry_match *match)
93 const struct xt_osf_info *info = (const struct xt_osf_info*) match->data;
libip6t_icmp6.c 81 "icmpv6 match options:\n"
82 "[!] --icmpv6-type typename match icmpv6 type\n"
97 unsigned int match = limit; local
103 if (match != limit)
108 icmpv6_codes[match].name,
110 match = i;
114 if (match != limit) {
115 *type = icmpv6_codes[match].type;
116 code[0] = icmpv6_codes[match].code_min;
117 code[1] = icmpv6_codes[match].code_max
    [all...]
libipt_icmp.c 105 "icmp match options:\n"
106 "[!] --icmp-type typename match icmp type\n"
121 unsigned int match = limit; local
127 if (match != limit)
132 icmp_codes[match].name,
134 match = i;
138 if (match != limit) {
139 *type = icmp_codes[match].type;
140 code[0] = icmp_codes[match].code_min;
141 code[1] = icmp_codes[match].code_max
    [all...]
libxt_set.c 30 printf("set match options:\n"
31 " [!] --match-set name flags\n"
32 " 'name' is the set name from to match,\n"
38 {.name = "match-set", .has_arg = true, .val = '1'},
48 "You must specify `--match-set' with proper arguments");
53 const void *entry, struct xt_entry_match **match)
56 (struct xt_set_info_match_v0 *) (*match)->data;
62 "--set option deprecated, please use --match-set\n");
63 case '1': /* --match-set <set> <flag>[,<flag> */
66 "--match-set can be specified only once")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/parser/ims/
PVisitedNetworkIDParser.java 87 this.lexer.match(TokenTypes.P_VISITED_NETWORK_ID);
89 this.lexer.match(':');
106 this.lexer.match(',');
166 lexer.match(TokenTypes.ID);
  /external/oprofile/libutil++/
path_filter.h 45 virtual bool match(std::string const & str) const;
string_filter.h 24 * This base class gives a default exact-match semantics.
46 virtual bool match(std::string const & str) const;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
attribute_container.h 25 int (*match)(struct attribute_container *, struct device *); member in struct:attribute_container
  /libcore/luni/src/test/java/libcore/java/util/
OldScannerTest.java 43 MatchResult mresult = s.match();
54 mresult = s.match();
62 mresult = s.match();
73 s.match();
87 mresult = s.match();
93 mresult = s.match();
98 mresult = s.match();
132 mresult = s.match();
140 mresult = s.match();
149 MatchResult matchResult = s.match();
    [all...]
  /external/llvm/utils/vim/
tablegen.vim 15 syn case match
20 syn match tgNumber /\<\d\+\>/
21 syn match tgNumber /\<\d\+\.\d*\>/
22 syn match tgNumber /\<0b[01]\+\>/
23 syn match tgNumber /\<0x[0-9a-fA-F]\+\>/
29 syn match tgComment /\/\/.*$/ contains=tgTodo
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AlertInfoParser.java 86 this.lexer.match('<');
90 this.lexer.match('>');
105 this.lexer.match(',');
CSeqParser.java 59 this.lexer.match(TokenTypes.CSEQ);
61 this.lexer.match(':');
72 this.lexer.match('\n');
ContentEncodingParser.java 81 this.lexer.match(TokenTypes.ID);
91 this.lexer.match(',');
93 this.lexer.match(TokenTypes.ID);
ContentLanguageParser.java 76 this.lexer.match(TokenTypes.ID);
84 this.lexer.match(',');
86 this.lexer.match(TokenTypes.ID);

Completed in 525 milliseconds

<<11121314151617181920>>