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

1 2 3 4 5 6 7 8 9

  /external/iptables/extensions/
libipt_MIRROR.man 8 chains, and user-defined chains which are only called from those
9 chains. Note that the outgoing packets are
11 seen by any packet filtering chains, connection tracking or NAT, to
libipt_REDIRECT.man 7 chains, and user-defined chains which are only called from those
8 chains. It redirects the packet to the machine itself by changing the
libip6t_mac.man 10 chains.
libipt_mac.man 10 chains.
libip6t_eui64.man 10 chains.
libip6t_physdev.man 13 chains). If the interface name ends in a "+", then any
24 chains). If the interface name ends in a "+", then any
28 chains one cannot match on the bridge output port, however one can in the
42 This is only useful in the FORWARD and POSTROUTING chains.
libipt_physdev.man 13 chains). If the interface name ends in a "+", then any
24 chains). If the interface name ends in a "+", then any
28 chains one cannot match on the bridge output port, however one can in the
42 This is only useful in the FORWARD and POSTROUTING chains.
libip6t_REJECT.man 10 chains, and user-defined chains which are only called from those
11 chains. The following option controls the nature of the error packet
libipt_DNAT.man 7 chains, and user-defined chains which are only called from those
8 chains. It specifies that the destination address of the packet
libipt_REJECT.man 10 chains, and user-defined chains which are only called from those
11 chains. The following option controls the nature of the error packet
libip6t_policy.man 9 chains,
13 chains.
libipt_policy.man 9 chains,
13 chains.
  /external/elfcopy/
hash.c 26 Elf32_Word *chains = ++buckets + nbuckets; local
41 while (chains[last_chain_index] != STN_UNDEF) {
43 last_chain_index = chains[last_chain_index];
46 chains[last_chain_index] = symindex;
60 Elf32_Word *chains = hash_data + nbuckets; local
72 index = chains[index];
  /build/tools/apriori/
hash.c 16 Elf32_Word *chains = hash_data + nbuckets; local
23 index = chains[index];
  /build/tools/lsd/
hash.c 17 Elf32_Word *chains = hash_data + nbuckets; local
25 index = chains[index];
  /external/iproute2/include/libiptc/
ipt_kernel_headers.h 1 /* This is the userspace/kernel interface for Generic IP Chains,
  /external/kernel-headers/original/linux/
notifier.h 2 * Routines to manage notifier chains for passing status changes to any
17 * Notifier chains are of three types:
19 * Atomic notifier chains: Chain callbacks run in interrupt/atomic
21 * Blocking notifier chains: Chain callbacks run in process context.
23 * Raw notifier chains: There are no restrictions on callbacks,
120 * Declared notifiers so far. I can imagine quite a few more chains
121 * over time (eg laptop power reset chains, reboot chain (to clean
124 * VC switch chains (for loadable kernel svgalib VC switch helpers) etc...
  /external/icu4c/layout/
MorphTables.h 48 ChainHeader chains[ANY_NUMBER]; member in struct:MorphTableHeader
  /external/iptables/include/libiptc/
ipt_kernel_headers.h 1 /* This is the userspace/kernel interface for Generic IP Chains,
  /external/proguard/src/proguard/classfile/util/
MethodLinker.java 31 * files that are not being subclassed. Chains of links that have been created
32 * in previous invocations are merged with new chains of links, in order to
33 * create a consistent set of chains.
111 // Get the last methods in the both chains.
115 // Check if both link chains aren't already ending in the same element.
118 // Merge the two chains, with the library members last.
  /external/iptables/
iptables-xml.c 106 #define maxChains 10240 /* max chains per table */
107 static chain chains[maxChains]; variable
274 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0)
289 if (chains[c].chain && strcmp(chains[c].chain, chain) == 0) {
290 openChain(chains[c].chain, chains[c].policy,
291 &(chains[c].count), '\0');
294 chains[c].created = 1
    [all...]
ip6tables.8.in 52 chains and may also contain user-defined chains.
112 the built-in chains
122 2.4.17 it had two built-in chains:
127 Since kernel 2.4.18, three other built-in chains are also supported:
139 IP6 tables. It provides the following built-in chains:
183 chains are listed. As every other iptables command, it applies to the
201 Flush the selected chain (all the chains in the table if none is given).
205 Zero the packet and byte counters in all chains. It is legal to
224 for the legal targets. Only built-in (non-user-defined) chains can hav
    [all...]
iptables.8.in 50 chains and may also contain user-defined chains.
110 the built-in chains
130 2.4.17 it had two built-in chains:
135 Since kernel 2.4.18, three other built-in chains are also supported:
147 IP tables. It provides the following built-in chains:
191 chains are listed. As every other iptables command, it applies to the
209 Flush the selected chain (all the chains in the table if none is given).
213 Zero the packet and byte counters in all chains. It is legal to
233 for the legal targets. Only built-in (non-user-defined) chains can hav
    [all...]
  /external/iproute2/examples/diffserv/
README 23 CB-3(1|2)-(u32/chains)
28 and IPchains on the chains extension. CB stands for color Blind
  /dalvik/vm/compiler/codegen/
CompilerCodegen.h 22 /* Maximal number of switch cases to have inline chains */

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 9