Searched refs:telnet (Results 1 – 25 of 85) sorted by relevance
1234
/third_party/python/Lib/test/ |
D | test_telnetlib.py | 42 telnet = telnetlib.Telnet(HOST, self.port) 43 telnet.sock.close() 54 telnet = telnetlib.Telnet(HOST, self.port) 57 self.assertEqual(telnet.sock.gettimeout(), 30) 58 telnet.sock.close() 65 telnet = telnetlib.Telnet(HOST, self.port, timeout=None) 68 self.assertTrue(telnet.sock.gettimeout() is None) 69 telnet.sock.close() 72 telnet = telnetlib.Telnet(HOST, self.port, timeout=30) 73 self.assertEqual(telnet.sock.gettimeout(), 30) [all …]
|
/third_party/curl/docs/cmdline-opts/ |
D | telnet-option.d | 1 Long: telnet-option 4 Help: Set telnet option 5 Category: telnet 7 Pass options to the telnet protocol. Supported options are:
|
/third_party/curl/tests/data/ |
D | test1452 | 20 telnet 23 telnet 32 telnet://%HOSTIP:%TELNETPORT --upload-file -
|
D | test1326 | 26 telnet 36 telnet://%HOSTIP:%HTTPPORT --upload-file -
|
D | test1327 | 21 telnet 35 telnet://%HOSTIP:%HTTPPORT -T log/%TESTNUMBER.txt
|
D | test445 | 49 …NUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://ye…
|
D | test1462 | 54 telnet TELNET protocol options
|
/third_party/ltp/testcases/network/xinetd/ |
D | xinetd_tests.sh | 32 disabled = telnet 46 service telnet 95 echo '' | telnet $a 2>&1 | grep -qiE "$p"
|
/third_party/curl/lib/ |
D | telnet.c | 205 data->req.p.telnet = tn; /* make us known */ in init_telnet() 250 struct TELNET *tn = data->req.p.telnet; in negotiate() 323 struct TELNET *tn = data->req.p.telnet; in set_remote_option() 397 struct TELNET *tn = data->req.p.telnet; in rec_will() 445 struct TELNET *tn = data->req.p.telnet; in rec_wont() 487 struct TELNET *tn = data->req.p.telnet; in set_local_option() 561 struct TELNET *tn = data->req.p.telnet; in rec_do() 621 struct TELNET *tn = data->req.p.telnet; in rec_dont() 788 struct TELNET *tn = data->req.p.telnet; in check_telnet_options() 900 struct TELNET *tn = data->req.p.telnet; in suboption() [all …]
|
D | Makefile.inc | 205 telnet.c \ 327 telnet.h \
|
/third_party/python/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, 222 Each time a telnet option is read on the input flow, this *callback* (if set) is 223 called with the following parameters: callback(telnet socket, command
|
/third_party/ltp/testcases/network/tcp_cmds/ |
D | Makefile | 11 FILTER_OUT_SUBDIRS := ftp ssh telnet
|
/third_party/ltp/testcases/network/tcp_cmds/telnet/ |
D | telnet01.sh | 28 tst_require_cmds telnet expect
|
/third_party/grpc/templates/tools/dockerfile/ |
D | apt_get_basic.include | 27 telnet ${'\\'}
|
/third_party/ltp/runtest/ |
D | net.tcp_cmds | 17 telnet telnet01.sh
|
/third_party/ltp/testcases/network/ |
D | README.md | 29 ### FTP and telnet setup 30 FTP stress tests and telnet server tests require environment variables `RHOST`
|
/third_party/mksh/ |
D | .mkshrc | 10 … partition ping6 pmm reset sem shm stack statfs su swtmr sync systeminfo telnet v2p vmm watch writ…
|
/third_party/ltp/testcases/network/iptables/ |
D | iptables_lib.sh | 256 telnet $loc_addr $dport > tst_iptables.out 2>&1 308 telnet $loc_addr $dport > tst_iptables.out 2>&1
|
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_php/ |
D | Dockerfile | 44 telnet \
|
/third_party/grpc/tools/dockerfile/interoptest/grpc_interop_cxx/ |
D | Dockerfile | 44 telnet \
|
/third_party/grpc/tools/dockerfile/test/python_stretch_2.7_x64/ |
D | Dockerfile | 43 telnet \
|
/third_party/grpc/tools/dockerfile/test/cxx_ubuntu1804_x64/ |
D | Dockerfile | 43 telnet \
|
/third_party/grpc/tools/dockerfile/test/cxx_ubuntu1404_x64/ |
D | Dockerfile | 43 telnet \
|
/third_party/iptables/extensions/ |
D | libxt_connlimit.man | 24 # allow 2 telnet connections per client host
|
/third_party/grpc/tools/dockerfile/test/cxx_buster_x64/ |
D | Dockerfile | 43 telnet \
|
1234