Searched refs:TELNET (Results 1 – 25 of 30) sorted by relevance
12
/external/curl/lib/ |
D | telnet.c | 145 struct TELNET { struct 199 struct TELNET *tn; in init_telnet() 201 tn = calloc(1, sizeof(struct TELNET)); in init_telnet() 250 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate() 323 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option() 397 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will() 445 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont() 487 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option() 561 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do() 621 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont() [all …]
|
D | curl_config.h.cmake | 84 /* to disable TELNET */
|
D | curl_config.h.in | 99 /* to disable TELNET */
|
/external/curl/tests/data/ |
D | test1452 | 4 TELNET 26 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 | test1462 | 54 telnet TELNET protocol options
|
D | test230 | 65 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test222 | 64 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test232 | 64 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test396 | 64 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test1123 | 65 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test314 | 60 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
/external/curl/docs/ |
D | CURL-DISABLE.md | 116 Disable the TELNET protocol
|
D | FEATURES | 114 TELNET
|
D | KNOWN_BUGS | 84 8. TELNET 85 8.1 TELNET and time limitations don't work 638 8. TELNET 640 8.1 TELNET and time limitations don't work
|
D | HISTORY.md | 50 curl could now simulate quite a lot of a browser. TELNET support was added.
|
D | INTERNALS.md | 17 - [TELNET](#telnet) 334 TELNET chapter 435 they would otherwise block waiting for data. The DICT, LDAP and TELNET
|
D | TODO | 77 6. TELNET 442 - TELNET transfers 608 6. TELNET
|
/external/curl/packages/vms/ |
D | curlmsg.msg | 94 UNKNOWN_TELNET_OPTION <unknown TELNET option> 95 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.md | 8 - python (and a unix-style shell, for SMB and TELNET tests)
|
/external/curl/packages/OS400/ |
D | README.OS400 | 234 _ TELNET
|
/external/curl/ |
D | configure.ac | 531 AC_HELP_STRING([--enable-telnet],[Enable TELNET support]) 532 AC_HELP_STRING([--disable-telnet],[Disable TELNET support]), 536 AC_DEFINE(CURL_DISABLE_TELNET, 1, [to disable TELNET]) 5068 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS TELNET"
|
D | CMakeLists.txt | 1395 _add_if("TELNET" NOT CURL_DISABLE_TELNET)
|
12