Home
last modified time | relevance | path

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

12

/third_party/python/Lib/test/
Dtest_telnetlib.py42 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/
Dtelnet-option.d3 Long: telnet-option
6 Help: Set telnet option
7 Category: telnet
8 Example: -t TTYPE=vt100 telnet://example.com/
13 Pass options to the telnet protocol. Supported options are:
DMakefile.inc253 telnet-option.d \
/third_party/curl/tests/data/
Dtest145220 telnet
23 telnet
32 telnet://%HOSTIP:%TELNETPORT --upload-file -
Dtest132626 telnet
36 telnet://%HOSTIP:%HTTPPORT --upload-file -
Dtest132721 telnet
35 telnet://%HOSTIP:%HTTPPORT -T %LOGDIR/%TESTNUMBER.txt
Dtest44549 …NUMBER -p gopher://127.0.0.1 dict://127.0.0.1 http://moo https://example telnet://another ftp://ye…
Dtest146254 telnet TELNET protocol options
/third_party/ltp/testcases/network/xinetd/
Dxinetd_tests.sh32 disabled = telnet
46 service telnet
95 echo '' | telnet $a 2>&1 | grep -qiE "$p"
/third_party/curl/lib/
Dtelnet.c207 data->req.p.telnet = tn; /* make us known */ in init_telnet()
252 struct TELNET *tn = data->req.p.telnet; in negotiate()
325 struct TELNET *tn = data->req.p.telnet; in set_remote_option()
399 struct TELNET *tn = data->req.p.telnet; in rec_will()
447 struct TELNET *tn = data->req.p.telnet; in rec_wont()
489 struct TELNET *tn = data->req.p.telnet; in set_local_option()
563 struct TELNET *tn = data->req.p.telnet; in rec_do()
623 struct TELNET *tn = data->req.p.telnet; in rec_dont()
795 struct TELNET *tn = data->req.p.telnet; in check_telnet_options()
933 struct TELNET *tn = data->req.p.telnet; in suboption()
[all …]
DMakefile.inc219 telnet.c \
353 telnet.h \
DMakefile.in236 system_win32.c telnet.c tftp.c timediff.c timeval.c transfer.c \
271 strerror.h strtok.h strtoofft.h system_win32.h telnet.h tftp.h \
332 libcurl_la-telnet.lo libcurl_la-tftp.lo libcurl_la-timediff.lo \
431 libcurlu_la-system_win32.lo libcurlu_la-telnet.lo \
597 ./$(DEPDIR)/libcurl_la-telnet.Plo \
727 ./$(DEPDIR)/libcurlu_la-telnet.Plo \
1327 telnet.c \
1461 telnet.h \
1902 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurl_la-telnet.Plo@am__quote@ # am--include-mar…
2032 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcurlu_la-telnet.Plo@am__quote@ # am--include-ma…
[all …]
/third_party/python/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,
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
Dcontextvars.rst280 # To test it you can use telnet:
281 # telnet 127.0.0.1 8081
/third_party/ltp/testcases/network/tcp_cmds/
DMakefile11 FILTER_OUT_SUBDIRS := ftp ssh telnet
/third_party/ltp/testcases/network/tcp_cmds/telnet/
Dtelnet01.sh28 tst_require_cmds telnet expect
/third_party/ltp/runtest/
Dnet.tcp_cmds17 telnet telnet01.sh
/third_party/ltp/testcases/network/
DREADME.md29 ### FTP and telnet setup
30 FTP stress tests and telnet server tests require environment variables `RHOST`
/third_party/mksh/
D.mkshrc10 … partition ping6 pmm reset sem shm stack statfs su swtmr sync systeminfo telnet v2p vmm watch writ…
/third_party/ltp/testcases/network/iptables/
Diptables_lib.sh256 telnet $loc_addr $dport > tst_iptables.out 2>&1
308 telnet $loc_addr $dport > tst_iptables.out 2>&1
/third_party/curl/docs/
Doptions-in-versions239 --telnet-option (-t) 7.7
DFEATURES.md122 - custom telnet options
DTODO84 6.2 ditch telnet-specific select
676 6.2 ditch telnet-specific select
678 Move the telnet support's network select() loop go away and merge the code
680 work for telnet.
684 Add telnet feature negotiation data to the debug callback as header data.
692 curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
1334 Extend the test suite to include more protocols. The telnet could just do FTP
/third_party/libwebsockets/plugins/
DCMakeLists.txt197 …"ssh-base/sshd.c;ssh-base/telnet.c;ssh-base/kex-25519.c" "ssh-base/crypto/chacha.c;ssh-base/crypto…
/third_party/toybox/generated/
Dglobals.h1585 struct telnet_data telnet; member

12