HomeSort by relevance Sort by last modified time
    Searched full:reject (Results 1 - 25 of 925) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/include/linux/netfilter_ipv4/
ipt_REJECT.h 17 enum ipt_reject_with with; /* reject type */
  /external/iptables/include/linux/netfilter_ipv6/
ip6t_REJECT.h 15 u_int32_t with; /* reject type */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_REJECT.h 17 enum ipt_reject_with with; /* reject type */
  /external/kernel-headers/original/linux/netfilter_ipv6/
ip6t_REJECT.h 15 u_int32_t with; /* reject type */
  /external/llvm/test/TableGen/
BitsInitOverflow.td 4 bits<2> X = 5; // bitfield is too small, reject
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_REJECT.h 17 enum ipt_reject_with with; /* reject type */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6t_REJECT.h 15 u_int32_t with; /* reject type */
  /external/iptables/extensions/
libip6t_REJECT.c 1 /* Shared library add-on to ip6tables to add customized REJECT support.
46 printf("Valid reject types:\n");
58 "REJECT target options:\n"
59 "--reject-with type drop input packet and send back\n"
66 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
72 struct ip6t_reject_info *reject = (struct ip6t_reject_info *)t->data; local
75 reject->with = IP6T_ICMP6_PORT_UNREACH;
81 struct ip6t_reject_info *reject = cb->data; local
90 reject->with = reject_table[i].with;
94 "unknown reject type \"%s\"", cb->arg)
100 const struct ip6t_reject_info *reject local
112 const struct ip6t_reject_info *reject local
    [all...]
libipt_REJECT.c 1 /* Shared library add-on to iptables to add customized REJECT support.
14 * reject. -- Maciej Soltysiak <solt@dns.toxicfilms.tv>
59 printf("Valid reject types:\n");
71 "REJECT target options:\n"
72 "--reject-with type drop input packet and send back\n"
81 {.name = "reject-with", .id = O_REJECT_WITH, .type = XTTYPE_STRING},
87 struct ipt_reject_info *reject = (struct ipt_reject_info *)t->data; local
90 reject->with = IPT_ICMP_PORT_UNREACHABLE;
96 struct ipt_reject_info *reject = cb->data; local
105 reject->with = reject_table[i].with
120 const struct ipt_reject_info *reject local
132 const struct ipt_reject_info *reject local
    [all...]
libxt_AUDIT.c 39 else if (strcasecmp(cb->arg, "reject") == 0)
62 printf("reject");
80 printf(" --type reject");
libxt_connlimit.man 24 iptables \-A INPUT \-p tcp \-\-syn \-\-dport 23 \-m connlimit \-\-connlimit\-above 2 \-j REJECT
32 \-\-connlimit\-mask 24 \-j REJECT
37 16 \-\-connlimit\-mask 64 \-j REJECT
41 \-\-connlimit-above 100 \-j REJECT
libipt_REJECT.man 14 \fB\-\-reject\-with\fP \fItype\fP
32 (*) Using icmp\-admin\-prohibited with kernels that do not support it will result in a plain DROP instead of REJECT
  /frameworks/base/tools/localize/testdata/
config.xml 11 <reject file="samples/NotePad/res/values/strings.xml" name="string:menu_delete">
13 </reject>
  /external/iptables/
INCOMPATIBILITIES 3 - The REJECT target has an '--reject-with admin-prohib' option which used
5 of REJECT. Use with caution.
  /frameworks/base/tools/localize/
localize.h 11 struct Reject
24 vector<Reject> reject; member in struct:Settings
localize_test.cpp 144 for (vector<Reject>::const_iterator reject=setting.reject.begin();
145 reject!=setting.reject.end(); reject++) {
147 printf(" reject[%02d]=('%s','%s','%s')\n", i, reject->file.c_str(),
148 reject->name.c_str(), reject->comment.c_str())
    [all...]
localize.cpp 75 // <reject>
76 vector<XMLNode*> rejectNodes = configNode->GetElementsByName("", "reject");
82 Reject reject; local
84 reject.file = rejectNode->GetAttribute("", "file", "");
85 if (reject.file == "") {
86 rejectNode->Position().Error("<reject> needs a file attribute.");
90 string f = reject.file;
91 reject.file = rootDir;
92 reject.file += '/'
130 const vector<Reject>& reject = settings.reject; local
    [all...]
  /external/dbus/test/data/auth/
anonymous-client-successful.auth-script 5 ## Reject whatever mechanism the client picks first
  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-1-expected.txt 3 Techically, the check is that iframe subresources that are not in top frame cache are loaded anyway, so it can also pass if the UA fails to reject loads for cache misses.
  /external/llvm/test/Other/
close-stderr.ll 2 ; RUN: opt --reject-this-option 2>&-; echo \$?; \
  /external/webkit/LayoutTests/fast/dom/TreeWalker/
traversal-reject.html 10 <script src="script-tests/traversal-reject.js"></script>
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 130 << "Should reject key events with undefined action.";
138 << "Should reject key events with ACTION_MULTIPLE.";
158 << "Should reject motion events with undefined action.";
168 << "Should reject motion events with pointer down index too large.";
177 << "Should reject motion events with pointer down index too small.";
187 << "Should reject motion events with pointer up index too large.";
196 << "Should reject motion events with pointer up index too small.";
205 << "Should reject motion events with 0 pointers.";
213 << "Should reject motion events with more than MAX_POINTERS pointers.";
223 << "Should reject motion events with pointer ids less than 0."
    [all...]
  /external/bluetooth/bluez/test/
btiotest.c 41 gint reject; member in struct:io_data
65 static struct io_data *io_data_new(GIOChannel *io, BtIOType type, gint reject,
73 data->reject = reject;
165 if (data->reject >= 0) {
197 if (data->accept < 0 && data->reject < 0)
200 if (data->reject == 0) {
219 gint seconds = (data->reject > 0) ?
220 data->reject : data->accept;
263 gint reject, gint disconn, gint accept
    [all...]
  /external/clang/test/SemaCXX/
member-pointer-ms.cpp 3 // Test that we reject pointers to members of incomplete classes (for now)
attr-weakref.cpp 14 // this is pointless, but accepted by gcc. We reject it.
22 // both gcc and clang reject

Completed in 1070 milliseconds

1 2 3 4 5 6 7 8 91011>>