Searched refs:telnet (Results 1 – 25 of 47) sorted by relevance
12
/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 | 3 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:
|
D | Makefile.inc | 253 telnet-option.d \
|
/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 %LOGDIR/%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 | 207 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 …]
|
D | Makefile.inc | 219 telnet.c \ 353 telnet.h \
|
D | Makefile.in | 236 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/ |
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
|
D | contextvars.rst | 280 # To test it you can use telnet: 281 # telnet 127.0.0.1 8081
|
/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/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/curl/docs/ |
D | options-in-versions | 239 --telnet-option (-t) 7.7
|
D | FEATURES.md | 122 - custom telnet options
|
D | TODO | 84 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/ |
D | CMakeLists.txt | 197 …"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/ |
D | globals.h | 1585 struct telnet_data telnet; member
|
12