Searched refs:telnet (Results 1 – 25 of 92) sorted by relevance
1234
/external/python/cpython3/Lib/test/ |
D | test_telnetlib.py | 41 telnet = telnetlib.Telnet(HOST, self.port) 42 telnet.sock.close() 53 telnet = telnetlib.Telnet(HOST, self.port) 56 self.assertEqual(telnet.sock.gettimeout(), 30) 57 telnet.sock.close() 64 telnet = telnetlib.Telnet(HOST, self.port, timeout=None) 67 self.assertTrue(telnet.sock.gettimeout() is None) 68 telnet.sock.close() 71 telnet = telnetlib.Telnet(HOST, self.port, timeout=30) 72 self.assertEqual(telnet.sock.gettimeout(), 30) [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_telnetlib.py | 60 telnet = telnetlib.Telnet(HOST, self.port) 61 telnet.sock.close() 67 telnet = telnetlib.Telnet(HOST, self.port) 70 self.assertEqual(telnet.sock.gettimeout(), 30) 71 telnet.sock.close() 78 telnet = telnetlib.Telnet(HOST, self.port, timeout=None) 81 self.assertTrue(telnet.sock.gettimeout() is None) 82 telnet.sock.close() 85 telnet = telnetlib.Telnet(HOST, self.port, timeout=30) 86 self.assertEqual(telnet.sock.gettimeout(), 30) [all …]
|
/external/ltp/testcases/network/xinetd/ |
D | xinetd_tests.sh | 33 tst_test_cmds xinetd diff telnet 47 disabled = telnet 61 service telnet 119 echo '' | telnet $a 2>&1 | grep -qi \ 132 echo '' | telnet $a 2>&1 | grep -qi \
|
/external/bcc/tools/ |
D | tcptracer_example.txt | 12 C 28943 telnet 4 192.168.1.2 192.168.1.1 59306 23 14 X 28943 telnet 4 192.168.1.2 192.168.1.1 59306 23 22 This output shows three conections, one outgoing from a "telnet" process, one 34 0.000 C 31002 telnet 4 192.168.1.2 192.168.1.1 42590 23 36 4.294 X 31002 telnet 4 192.168.1.2 192.168.1.1 42590 23
|
D | tcpconnect_example.txt | 10 1479 telnet 4 127.0.0.1 127.0.0.1 23 13 1991 telnet 6 ::1 ::1 23 16 This output shows four connections, one from a "telnet" process, two from
|
/external/curl/docs/cmdline-opts/ |
D | telnet-option.d | 1 Long: telnet-option 4 Help: Set telnet option 6 Pass options to the telnet protocol. Supported options are:
|
/external/curl/tests/data/ |
D | test1452 | 21 telnet 24 telnet 33 telnet://%HOSTIP:%NEGTELNETPORT --upload-file -
|
D | test1326 | 26 telnet 36 telnet://%HOSTIP:%HTTPPORT --upload-file -
|
D | test1327 | 21 telnet 35 telnet://%HOSTIP:%HTTPPORT -T log/1327.txt
|
/external/openssh/regress/ |
D | login-timeout.sh | 13 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 & 27 (echo SSH-2.0-fake; sleep 60) | telnet 127.0.0.1 ${PORT} >/dev/null 2>&1 &
|
/external/python/cpython2/Demo/threads/ |
D | README | 7 telnet.py Version of ../sockets/telnet.py using threads.
|
/external/python/cpython2/Doc/library/ |
D | telnetlib.rst | 18 telnet options. The symbolic names of the telnet options follow the definitions 19 in ``arpa/telnet.h``, with the leading ``TELOPT_`` removed. For symbolic names 20 of options which are traditionally not included in ``arpa/telnet.h``, see the 23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL, 210 Each time a telnet option is read on the input flow, this *callback* (if set) is 211 called with the following parameters: callback(telnet socket, command
|
/external/python/cpython2/Demo/sockets/ |
D | README | 10 telnet.py Client for the 'telnet' protocol.
|
/external/python/cpython3/Doc/library/ |
D | telnetlib.rst | 18 telnet options. The symbolic names of the telnet options follow the definitions 19 in ``arpa/telnet.h``, with the leading ``TELOPT_`` removed. For symbolic names 20 of options which are traditionally not included in ``arpa/telnet.h``, see the 23 The symbolic constants for the telnet commands are: IAC, DONT, DO, WONT, WILL, 218 Each time a telnet option is read on the input flow, this *callback* (if set) is 219 called with the following parameters: callback(telnet socket, command
|
/external/bcc/examples/tracing/ |
D | tcpv4connect_example.txt | 10 1479 telnet 127.0.0.1 127.0.0.1 23 14 This output shows three connections, one from a "telnet" process and two from
|
/external/ltp/testcases/network/tcp_cmds/ |
D | Makefile | 29 FILTER_OUT_SUBDIRS := ftp rlogin ssh telnet
|
/external/python/cpython2/Demo/pysvr/ |
D | README | 4 The particular application is a multi-threaded telnet-like server that
|
/external/ltp/testcases/network/tcp_cmds/telnet/ |
D | telnet01 | 28 tst_test_cmds telnet expect
|
/external/grpc-grpc/templates/tools/dockerfile/ |
D | apt_get_basic.include | 27 telnet ${'\\'}
|
/external/curl/ |
D | androidconfigure | 51 --disable-telnet
|
/external/ltp/testcases/network/iptables/ |
D | iptables_tests.sh | 231 telnet 127.0.0.1 $dport > tst_iptables.out 2>&1 287 telnet 127.0.0.1 $dport > tst_iptables.out 2>&1
|
/external/ltp/runtest/ |
D | net.tcp_cmds | 19 telnet telnet01
|
/external/ltp/testcases/network/ |
D | README.md | 47 rsh-server, telnet-server, finger-server, rdist, rsync, dhcp-server, http-server. 59 Otherwise, ftp,rlogin & telnet fails for ‘root’ user & hence needs to be
|
/external/curl/lib/ |
D | Makefile.inc | 42 ldap.c version.c getenv.c escape.c mprintf.c telnet.c netrc.c \ 62 speedcheck.h urldata.h curl_ldap.h escape.h telnet.h getinfo.h \
|
/external/grpc-grpc/tools/dockerfile/interoptest/grpc_interop_php/ |
D | Dockerfile | 43 telnet \
|
1234