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>
117 <host-prefix>:forward:norebind:<local>;<remote>
118 Same as <host-prefix>:forward:<local>;<remote> except that it will
119 fail it there is already a forward connection from <local>.
121 Used to implement 'adb forward --no-rebind <local> <remote>'
124 Remove any existing forward local connection from <local>.
125 This is used to implement 'adb forward --remove <local>'
128 Remove all forward network connections.
129 This is used to implement 'adb forward --remove-all'.
131 <host-prefix>:list-forward
132 List all existing forward connections from this server.
144 Used to implement 'adb forward --list'.
241 reverse:<forward-command>
243 socket connections from a device to the host. <forward-command> is one
246 list-forward
247 forward:<local>;<remote>
248 forward:norebind:<local>;<remote>
255 The output of reverse:list-forward is the same as host:list-forward