Lines Matching refs:forward
35 emulator will forward automatically to the adbd daemon running
95 <host-prefix>:forward:<local>;<remote>
96 Asks the ADB server to forward local connections from <local>
116 <host-prefix>:forward:norebind:<local>;<remote>
117 Same as <host-prefix>:forward:<local>;<remote> except that it will
118 fail it there is already a forward connection from <local>.
120 Used to implement 'adb forward --no-rebind <local> <remote>'
123 Remove any existing forward local connection from <local>.
124 This is used to implement 'adb forward --remove <local>'
127 Remove all forward network connections.
128 This is used to implement 'adb forward --remove-all'.
130 <host-prefix>:list-forward
131 List all existing forward connections from this server.
143 Used to implement 'adb forward --list'.
240 reverse:<forward-command>
242 socket connections from a device to the host. <forward-command> is one
245 list-forward
246 forward:<local>;<remote>
247 forward:norebind:<local>;<remote>
254 The output of reverse:list-forward is the same as host:list-forward