Home
last modified time | relevance | path

Searched refs:telnet (Results 1 – 25 of 92) sorted by relevance

1234

/external/python/cpython3/Lib/test/
Dtest_telnetlib.py41 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/
Dtest_telnetlib.py60 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/
Dxinetd_tests.sh33 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/
Dtcptracer_example.txt12 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
Dtcpconnect_example.txt10 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/
Dtelnet-option.d1 Long: telnet-option
4 Help: Set telnet option
6 Pass options to the telnet protocol. Supported options are:
/external/curl/tests/data/
Dtest145221 telnet
24 telnet
33 telnet://%HOSTIP:%NEGTELNETPORT --upload-file -
Dtest132626 telnet
36 telnet://%HOSTIP:%HTTPPORT --upload-file -
Dtest132721 telnet
35 telnet://%HOSTIP:%HTTPPORT -T log/1327.txt
/external/openssh/regress/
Dlogin-timeout.sh13 (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/
DREADME7 telnet.py Version of ../sockets/telnet.py using threads.
/external/python/cpython2/Doc/library/
Dtelnetlib.rst18 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/
DREADME10 telnet.py Client for the 'telnet' protocol.
/external/python/cpython3/Doc/library/
Dtelnetlib.rst18 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/
Dtcpv4connect_example.txt10 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/
DMakefile29 FILTER_OUT_SUBDIRS := ftp rlogin ssh telnet
/external/python/cpython2/Demo/pysvr/
DREADME4 The particular application is a multi-threaded telnet-like server that
/external/ltp/testcases/network/tcp_cmds/telnet/
Dtelnet0128 tst_test_cmds telnet expect
/external/grpc-grpc/templates/tools/dockerfile/
Dapt_get_basic.include27 telnet ${'\\'}
/external/curl/
Dandroidconfigure51 --disable-telnet
/external/ltp/testcases/network/iptables/
Diptables_tests.sh231 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/
Dnet.tcp_cmds19 telnet telnet01
/external/ltp/testcases/network/
DREADME.md47 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/
DMakefile.inc42 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/
DDockerfile43 telnet \

1234