Searched full:untracked (Results 1 – 25 of 61) sorted by relevance
123
/external/iptables/extensions/ |
D | libxt_SYNPROXY.man | 46 Make SYN packets untracked 51 Catch UNTRACKED (SYN packets) and INVALID (3WHS ACK packets) states 58 \-m state \-\-state UNTRACKED,INVALID \-j SYNPROXY
|
D | libxt_state.t | 4 -m state --state UNTRACKED;=;OK
|
D | libxt_SYNPROXY.t | 3 -p tcp -m tcp --dport 42 -m conntrack --ctstate INVALID,UNTRACKED -j SYNPROXY --sack-perm --timesta…
|
D | libxt_conntrack.t | 6 -m conntrack --ctstate UNTRACKED;=;OK
|
D | libxt_conntrack.c | 75 "[!] --ctstate {INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED|SNAT|DNAT}[,...]\n" in conntrack_mt_help() 199 else if (strncasecmp(state, "UNTRACKED", len) == 0) in parse_state() 240 else if (strncasecmp(state, "UNTRACKED", z) == 0) in conntrack_ps_state() 1026 " [!] --state [INVALID|ESTABLISHED|NEW|RELATED|UNTRACKED][,...]\n" in state_help() 1047 else if (strncasecmp(state, "UNTRACKED", len) == 0) in state_parse_state() 1180 xt_xlate_add(xl, "%s%s", sep, "untracked"); in state_xlate_print()
|
/external/python/cpython3/Include/internal/ |
D | mem.h | 58 which objects may be untracked is not free, and the costs must be 74 can be untracked. A tuple can be untracked if all of its contents are 79 tracked. Dictionaries are untracked when created. If a tracked item is
|
/external/protobuf/csharp/ |
D | .gitignore | 2 # Untracked directories 24 # Untracked files
|
/external/drm_hwcomposer/ |
D | .gitlab-ci.yml | 15 untracked: true
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | CalledValuePropagation.cpp | 60 enum CVPLatticeStateTy { Undefined, FunctionSet, Overdefined, Untracked }; enumerator 100 /// is empty for lattice values in the undefined, overdefined, and untracked 120 CVPLatticeVal(CVPLatticeVal::Untracked)) {} in CVPLatticeFunc() 198 OS << "Untracked "; in PrintLatticeVal()
|
/external/pdfium/testing/tools/ |
D | githelper.py | 29 output = RunCommandPropagateErr(['git', 'stash', '--include-untracked'],
|
/external/u-boot/lib/ |
D | trace.c | 21 u64 untracked_count; /* Total number of untracked function calls */ 252 puts(" untracked function calls\n"); in trace_print_stats()
|
/external/u-boot/doc/ |
D | README.trace | 66 0 untracked function calls 74 0 untracked function calls
|
/external/vixl/tools/ |
D | git.py | 47 # Get untracked files in src/, test/, and tools/.
|
/external/perfetto/gn/standalone/ |
D | glob.py | 19 a bad idea, as it plays very badly with git leaving untracked files around. This
|
/external/libbrillo/brillo/ |
D | process_reaper.cc | 73 LOG(INFO) << "Untracked process " << info.si_pid in HandleSIGCHLD()
|
/external/yapf/ |
D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore.
|
/external/iptables/include/linux/netfilter/ |
D | nf_conntrack_common.h | 83 /* Conntrack is a fake untracked entry */
|
/external/libnl/include/linux-private/linux/netfilter/ |
D | nf_conntrack_common.h | 83 /* Conntrack is a fake untracked entry */
|
/external/clang/ |
D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore.
|
/external/kernel-headers/original/uapi/linux/netfilter/ |
D | nf_conntrack_common.h | 96 /* Conntrack is a fake untracked entry. Obsolete and not used anymore */
|
/external/syzkaller/vendor/google.golang.org/grpc/ |
D | vet.sh | 53 die "Uncommitted or untracked files found; commit changes first"
|
/external/llvm/lib/Analysis/ |
D | SparsePropagation.cpp | 38 OS << "untracked"; in PrintValue() 71 // If this value is untracked, don't add it to the map. in getOrInitValueState()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | SparsePropagation.cpp | 37 OS << "untracked"; in PrintValue() 70 // If this value is untracked, don't add it to the map. in getOrInitValueState()
|
/external/swiftshader/third_party/llvm-7.0/llvm/ |
D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore.
|
/external/llvm/ |
D | .gitignore | 2 # This file specifies intentionally untracked files that git should ignore.
|
123