Home | History | Annotate | Download | only in qemu

Lines Matching full:tcp

524 TCP connections will only be allowed from @var{host} on display @var{d}.
525 By convention the TCP port is 5900+@var{d}. Optionally, @var{host} can
550 is a TCP port number, not a display number.
790 Forward @option{user} TCP connection to port @var{port} to character device @var{dev}
815 machine using a TCP socket connection. If @option{listen} is
819 specifies an already opened TCP socket.
953 "-redir [tcp|udp]:host-port:[guest-host]:guest-port\n" \
954 " redirect TCP or UDP connections from host to guest [-net user]\n")
957 @item -redir [tcp|udp]:@var{host-port}:[@var{guest-host}]:@var{guest-port}
959 When using the user mode network stack, redirect incoming TCP or UDP
963 built-in DHCP server). If no connection type is specified, TCP is used.
970 qemu -redir tcp:6001::6000 [...]
980 qemu -redir tcp:5555::23 [...]
1163 version of netcat which can listen to a TCP port and send and receive
1177 @item tcp:[@var{host}]:@var{port}[,@var{server}][,nowait][,nodelay]
1178 The TCP Net Console has two modes of operation. It can send the serial
1180 the TCP Net Console is sent to @var{host} at the @var{port}. If you use
1185 one TCP connection at a time is accepted. You can use @code{telnet} to
1188 @item Example to send tcp console to 192.168.0.2 port 4444
1189 -serial tcp:192.168.0.2:4444
1191 -serial tcp::4444,server
1193 -serial tcp:192.168.0.100:4444,server,nowait
1197 The telnet protocol is used instead of raw tcp sockets. The options
1198 work the same as if you had specified @code{-serial tcp}. The
1206 A unix domain socket is used instead of a tcp socket. The option works the
1207 same as if you had specified @code{-serial tcp} except the unix domain socket
1281 connections will likely be TCP-based, but also UDP, pseudo TTY, or even
1290 "-s shorthand for -gdb tcp::%s\n")
1293 Shorthand for -gdb tcp::1234, i.e. open a gdbserver on TCP port 1234
1466 DEF("drop-tcp", 0, QEMU_OPTION_drop_tcp, \
1467 "-drop-tcp starts filtering all TCP packets\n")
1470 @item -drop-tcp
1471 Enable dropping of all TCP packets.
1475 DEF("allow-tcp", HAS_ARG, QEMU_OPTION_allow_tcp, \
1476 "-allow-tcp Only allows TCP packets for host:port\n")
1479 @item -allow-tcp @var{host}:@var{port}
1718 " TCP ports used for the emulator instance and adb bridge\n")
1722 " TCP port that will be used for the emulator instance\n")
1730 " make TCP connections through a HTTP/HTTPS proxy\n")