Searched refs:TELNET (Results 1 – 25 of 28) sorted by relevance
12
/external/curl/lib/ |
D | telnet.c | 151 struct TELNET { struct 244 struct TELNET *tn; in init_telnet() 246 tn = calloc(1, sizeof(struct TELNET)); in init_telnet() 295 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate() 368 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option() 442 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will() 490 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont() 532 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option() 606 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do() 666 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont() [all …]
|
D | curl_config.h.in | 69 /* to disable TELNET */
|
D | curl_config.h.cmake | 60 /* to disable TELNET */
|
/external/curl/tests/data/ |
D | test1452 | 4 TELNET 27 Basic TELNET negotiation
|
D | test1326 | 4 TELNET 29 TELNET to HTTP server
|
D | test1327 | 4 TELNET 24 TELNET check of upload with stdout redirected
|
D | test232 | 64 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test230 | 65 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test1123 | 65 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test222 | 64 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test314 | 60 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
/external/curl/packages/vms/ |
D | curlmsg.msg | 73 UNKNOWN_TELNET_OPTION <unknown TELNET option> 74 TELNET_OPTION_SYNTAX <malformed TELNET option syntax>
|
/external/curl/docs/libcurl/ |
D | libcurl.m4 | 75 AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET]) 223 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
|
/external/curl/tests/ |
D | README | 80 - TCP/9019 for TELNET server with negotiation support 284 Add tests for TELNET, LDAP, DICT...
|
/external/curl/docs/ |
D | FEATURES | 114 TELNET
|
D | KNOWN_BUGS | 79 8. TELNET 80 8.1 TELNET and time limitations don't work 608 8. TELNET 610 8.1 TELNET and time limitations don't work
|
D | HISTORY.md | 47 curl could now simulate quite a lot of a browser. TELNET support was added.
|
D | INTERNALS.md | 17 - [TELNET](#telnet) 324 TELNET chapter 423 they would otherwise block waiting for data. The DICT, LDAP and TELNET
|
D | TODO | 81 6. TELNET 481 - TELNET transfers 647 6. TELNET
|
D | INSTALL.md | 192 - `CURL_DISABLE_TELNET` disables TELNET
|
D | FAQ | 140 POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
|
/external/curl/packages/OS400/ |
D | README.OS400 | 233 _ TELNET
|
/external/curl/ |
D | configure.ac | 528 AC_HELP_STRING([--enable-telnet],[Enable TELNET support]) 529 AC_HELP_STRING([--disable-telnet],[Disable TELNET support]), 533 AC_DEFINE(CURL_DISABLE_TELNET, 1, [to disable TELNET]) 4280 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS TELNET"
|
D | CMakeLists.txt | 1222 _add_if("TELNET" NOT CURL_DISABLE_TELNET)
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1989 telnetlib TELNET client class. Based on RFC 854.
|
12