Home
last modified time | relevance | path

Searched refs:ACCEPT (Results 1 - 16 of 16) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
H A Dp2p-action.sh83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dp2p-action-udhcp.sh56 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
57 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
67 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
68 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
H A Dp2p-action.sh83 iptables -A FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
84 iptables -A FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
94 iptables -D FORWARD -i $UPLINK -o $GIFNAME -m state --state RELATED,ESTABLISHED -j ACCEPT
95 iptables -D FORWARD -i $GIFNAME -o $UPLINK -j ACCEPT
/third_party/mksh/
H A Dsyn.c76 #define ACCEPT (reject = false) macro
77 #define token(cf) ((reject) ? (ACCEPT, symbol) : (symbol = yylex(cf)))
92 ACCEPT; in yyparse()
195 ACCEPT; in synio()
201 ACCEPT; in synio()
317 ACCEPT; in get_command()
341 ACCEPT; in get_command()
370 ACCEPT; in get_command()
377 ACCEPT; in get_command()
402 ACCEPT; in get_command()
[all...]
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental-bytecode.h40 // - ACCEPT: Stop this thread and signify the end of a match at the current
57 // possible that more than one thread executes an ACCEPT statement. The output
96 ACCEPT,
143 result.opcode = ACCEPT; in Accept()
200 // use another 2^29 values for JMP, another 2^29 for FORK, 1 value for ACCEPT,
H A Dexperimental-bytecode.cc65 case RegExpInstruction::ACCEPT: in operator <<()
66 os << "ACCEPT"; in operator <<()
H A Dexperimental-interpreter.cc103 // careful about whether we stop execution when a thread executes ACCEPT.
120 // character at a time. t2 will execute an ACCEPT after two characters,
121 // while t1 will only execute ACCEPT after three characters. Thus we find a
125 // executes ACCEPT: If there is a thread u with higher priority than t, then
367 // Run an active thread `t` until it executes a CONSUME_RANGE or ACCEPT
371 // - If `t` executes ACCEPT, set `best_match` according to `t.match_begin` and
408 case RegExpInstruction::ACCEPT: in RunActiveThread()
/third_party/node/test/sequential/
H A Dtest-tls-securepair-client.js76 let state = 'WAIT-ACCEPT';
84 case 'WAIT-ACCEPT': {
85 const matches = serverStdoutBuffer.match(/ACCEPT .*?:(\d+)/);
/third_party/pcre2/pcre2/src/
H A Dpcre2_internal.h530 #define PCRE2_HASACCEPT 0x00800000 /* contains (*ACCEPT) */
884 #define STRING_ACCEPT0 "ACCEPT\0"
1604 /* These are forced failure and success verbs. FAIL and ACCEPT do accept an
1681 "*ACCEPT", "*ASSERT_ACCEPT", \
1776 1, 1, 1, /* FAIL, ACCEPT, ASSERT_ACCEPT */ \
1796 compiling, so that instructions to close them can be compiled when (*ACCEPT) is
/third_party/node/src/
H A Dnode_http_common.h31 V(ACCEPT, "accept") \
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DProxy.pm252 # Process the output from s_server until we find the ACCEPT line, which
257 next unless (/^ACCEPT\s.*:(\d+)$/);
264 # we would still searching for ACCEPT...
266 die "no ACCEPT detected in '$execcmd' output: $?\n";
/third_party/openssl/util/perl/TLSProxy/
H A DProxy.pm252 # Process the output from s_server until we find the ACCEPT line, which
257 next unless (/^ACCEPT\s.*:(\d+)$/);
264 # we would still searching for ACCEPT...
266 die "no ACCEPT detected in '$execcmd' output: $?\n";
/third_party/node/deps/v8/src/regexp/
H A Dregexp-nodes.h534 enum Action { ACCEPT, BACKTRACK, NEGATIVE_SUBMATCH_SUCCESS }; enumerator
H A Dregexp-compiler.cc257 accept_ = zone->New<EndNode>(EndNode::ACCEPT, zone); in RegExpCompiler()
621 case ACCEPT: in Emit()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 44 milliseconds