Home | History | Annotate | Download | only in adb

Lines Matching full:forward

39     emulator will forward automatically to the adbd daemon running
99 <host-prefix>:forward:<local>;<remote>
100 Asks the ADB server to forward local connections from <local>
120 <host-prefix>:forward:norebind:<local>;<remote>
121 Same as <host-prefix>:forward:<local>;<remote> except that it will
122 fail it there is already a forward connection from <local>.
124 Used to implement 'adb forward --no-rebind <local> <remote>'
127 Remove any existing forward local connection from <local>.
128 This is used to implement 'adb forward --remove <local>'
131 Remove all forward network connections.
132 This is used to implement 'adb forward --remove-all'.
134 <host-prefix>:list-forward
135 List all existing forward connections from this server.
147 Used to implement 'adb forward --list'.