/external/tcpdump/tests/ |
D | evb.out | 4 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 11 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 18 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 66 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 73 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 80 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 87 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 94 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 101 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s 108 message-age 0.00s, max-age 20.00s, hello-time 2.00s, forwarding-delay 15.00s [all …]
|
/external/compiler-rt/test/BlocksRuntime/ |
D | byrefsanity.c | 41 struct byref_id *forwarding; member 65 if (ref->forwarding != ref) { in sanity() 66 printf("forwarding pointer should be %p but is %p\n", ref, ref->forwarding); in sanity()
|
/external/compiler-rt/lib/BlocksRuntime/ |
D | runtime.c | 374 if (src->forwarding->flags & BLOCK_IS_GC) { in _Block_byref_assign_copy() 377 else if ((src->forwarding->flags & BLOCK_REFCOUNT_MASK) == 0) { in _Block_byref_assign_copy() 384 copy->forwarding = copy; // patch heap copy to point to itself (skip write-barrier) in _Block_byref_assign_copy() 385 src->forwarding = copy; // patch stack to point to heap copy in _Block_byref_assign_copy() 406 else if ((src->forwarding->flags & BLOCK_NEEDS_FREE) == BLOCK_NEEDS_FREE) { in _Block_byref_assign_copy() 407 latching_incr_int(&src->forwarding->flags); in _Block_byref_assign_copy() 410 _Block_assign(src->forwarding, (void **)destp); in _Block_byref_assign_copy() 419 shared_struct = shared_struct->forwarding; in _Block_byref_release() 691 cp += sprintf(cp, " forwarding: %p\n", (void *)src->forwarding); in _Block_byref_dump()
|
D | Block_private.h | 82 struct Block_byref *forwarding; member 93 struct Block_byref *forwarding; member
|
/external/llvm/test/Transforms/GVN/ |
D | rle.ll | 38 ;; Store -> Load and Load -> Load forwarding where src and dst are different 42 ;; i32 -> f32 forwarding. 55 ;; i32* -> float forwarding. 68 ;; float -> i32* forwarding. 81 ;; i32 -> f32 load forwarding. 102 ;; i32 -> i8 forwarding 115 ;; i64 -> float forwarding 128 ;; i64 -> i8* (32-bit) forwarding 141 ; memset -> i16 forwarding. 154 ; memset -> float forwarding. [all …]
|
D | volatile.ll | 50 ; case, the ordering prevents forwarding. 64 ; Value forwarding from a volatile load is perfectly legal
|
/external/llvm/test/Transforms/ObjCARC/ |
D | retain-block-side-effects.ll | 9 …= load %struct.__block_byref_repeater*, %struct.__block_byref_repeater** %byref.forwarding, align 8 23 …%byref.forwarding = getelementptr inbounds %struct.__block_byref_repeater, %struct.__block_byref_r… 32 …%tmp18 = load %struct.__block_byref_repeater*, %struct.__block_byref_repeater** %byref.forwarding,…
|
D | escape.ll | 22 …%byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes, %struct.__block_by… 23 …ref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8 50 …ruct.__block_byref_weakLogNTimes*, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8 77 …%byref.forwarding = getelementptr inbounds %struct.__block_byref_weakLogNTimes, %struct.__block_by… 78 …ref_weakLogNTimes* %weakLogNTimes, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8 105 …ruct.__block_byref_weakLogNTimes*, %struct.__block_byref_weakLogNTimes** %byref.forwarding, align 8
|
D | rle-s2l.ll | 92 ; Store to load forwarding. 106 ; Store to load forwarding with objc_initWeak.
|
/external/openssh/ |
D | PROTOCOL.certkeys | 241 permit-X11-forwarding empty Flag indicating that X11 forwarding 242 should be permitted. X11 forwarding will 245 permit-agent-forwarding empty Flag indicating that agent forwarding 246 should be allowed. Agent forwarding 250 permit-port-forwarding empty Flag indicating that port-forwarding 252 not present then no port forwarding will
|
D | PROTOCOL.mux | 35 bool want X11 forwarding flag 111 uint32 forwarding type 117 forwarding type may be MUX_FWD_LOCAL, MUX_FWD_REMOTE, MUX_FWD_DYNAMIC. 136 uint32 forwarding type 145 7. Requesting stdio forwarding 147 A client may request the master to establish a stdio forwarding:
|
D | sshd_config.0 | 38 Specifies whether ssh-agent(1) forwarding is permitted. The 39 default is M-bM-^@M-^\yesM-bM-^@M-^]. Note that disabling agent forwarding does not 56 Specifies whether TCP forwarding is permitted. The available 57 …re M-bM-^@M-^\yesM-bM-^@M-^] or M-bM-^@M-^\allM-bM-^@M-^] to allow TCP forwarding, M-bM-^@M-^\noM-… 58 prevent all TCP forwarding, M-bM-^@M-^\localM-bM-^@M-^] to allow local (from the 59 perspective of ssh(1)) forwarding only or M-bM-^@M-^\remoteM-bM-^@M-^] to allow 60 remote forwarding only. The default is M-bM-^@M-^\yesM-bM-^@M-^]. Note that 61 disabling TCP forwarding does not improve security unless users 66 Specifies whether StreamLocal (Unix-domain socket) forwarding is 68 StreamLocal forwarding, M-bM-^@M-^\noM-bM-^@M-^] to prevent all StreamLocal [all …]
|
D | OVERVIEW | 71 X11, TCP/IP, and Agent forwarding 73 - Code for various types of channel forwarding is in channels.c. 76 implement X11 forwarding, TCP/IP forwarding, and authentication 77 agent forwarding. 104 It then makes any pty, forwarding, etc. requests. It may call
|
D | ssh-keygen.0 | 240 no-agent-forwarding 241 Disable ssh-agent(1) forwarding (permitted by default). 243 no-port-forwarding 244 Disable port forwarding (permitted by default). 252 no-x11-forwarding 253 Disable X11 forwarding (permitted by default). 255 permit-agent-forwarding 256 Allows ssh-agent(1) forwarding. 258 permit-port-forwarding 259 Allows port forwarding. [all …]
|
D | sshd.0 | 195 allocating a pseudo-tty, forwarding X11 connections, forwarding TCP 196 connections, or forwarding the authentication agent connection over the 242 forwarding is in use, it will receive the "proto cookie" pair in its 319 else. Note that the client may specify TCP and/or X11 forwarding 353 no-agent-forwarding 354 Forbids authentication agent forwarding when this key is used for 357 no-port-forwarding 358 Forbids TCP forwarding when this key is used for authentication. 367 no-X11-forwarding 368 Forbids X11 forwarding when this key is used for authentication. [all …]
|
D | README.tun | 54 To establish tunnel forwarding for connections to a specified 121 Using OpenSSH tunnel forwarding is a simple way to establish secure
|
D | ssh.0 | 42 -A Enables forwarding of the authentication agent connection. This 46 Agent forwarding should be enabled with caution. Users with the 54 -a Disables forwarding of the authentication agent connection. 81 Specifies a local M-bM-^@M-^\dynamicM-bM-^@M-^] application-level port forwarding. 152 -K Enables GSSAPI-based authentication and forwarding (delegation) 155 -k Disables forwarding (delegation) of GSSAPI credentials to the 192 forwarding ports (protocol version 2 only). 378 Requests tunnel device forwarding with the specified tun(4) 389 -X Enables X11 forwarding. This can also be specified on a per-host 392 X11 forwarding should be enabled with caution. Users with the [all …]
|
D | PROTOCOL | 177 channel type. This channel type supports forwarding of network packets 179 interfaces like the BSD tun(4) device. Tunnel forwarding channels are 235 2.4. connection: Unix domain socket forwarding 237 OpenSSH supports local and remote Unix domain socket forwarding 270 to request remote forwarding of a Unix domain socket. 278 by the client cancel the forwarding of a Unix domain socket.
|
/external/llvm/test/DebugInfo/ |
D | block-asan.ll | 29 …%byref.forwarding = getelementptr inbounds %struct.__block_byref_x, %struct.__block_byref_x* %x, i… 30 store %struct.__block_byref_x* %x, %struct.__block_byref_x** %byref.forwarding, !dbg !24 35 …%forwarding = getelementptr inbounds %struct.__block_byref_x, %struct.__block_byref_x* %x, i32 0, … 36 %0 = load %struct.__block_byref_x*, %struct.__block_byref_x** %forwarding, !dbg !25
|
/external/clang/docs/ |
D | Block-ABI-Apple.rst | 356 struct Block_byref *forwarding; 373 struct _block_byref_foo *forwarding; 384 a. The ``forwarding`` pointer is set to the beginning of its enclosing 404 structures ``forwarding`` pointer. For example: 417 struct _block_byref_i *forwarding; 423 i.forwarding->captured_i = 11; 441 struct _block_byref_voidBlock *forwarding; 462 …struct _block_byref_voidBlock voidBlock = {( .forwarding=&voidBlock, .flags=(1<<25), .size=sizeof(… 466 voidBlock.forwarding->captured_voidBlock = blockB; 490 struct _block_byref_voidBlock *forwarding; [all …]
|
/external/llvm/test/CodeGen/X86/ |
D | statepoint-forward.ll | 5 ; They're carefully written to only outlaw forwarding of references. 6 ; Depending on the collector, forwarding non-reference fields or 40 ;; Same as above, but forwarding from a store 86 ;; Same as above, but forwarding from a store
|
/external/dnsmasq/contrib/port-forward/ |
D | portforward | 2 # forwarding to hostnames. If the dnsmasq-determined hostname matches the 8 # is forwarded on the DHCP-client. By default, forwarding is set up
|
/external/llvm/include/llvm/Target/ |
D | TargetItinerary.td | 29 // Pipeline bypass / forwarding - These values specifies the symbolic names of 95 // are defined or read. Bypasses are optional "pipeline forwarding pathes", if 107 // is available via forwarding path A9_LdBypass. If it's used by the first
|
/external/iptables/extensions/ |
D | libxt_ipvs.man | 21 IPVS forwarding method used
|
/external/iproute2/ip/ |
D | ifcfg | 8 for dir in $sbase/*/forwarding; do
|