Searched refs:TELNET (Results 1 – 25 of 26) sorted by relevance
12
/external/curl/lib/ |
D | telnet.c | 150 struct TELNET { struct 242 struct TELNET *tn; in init_telnet() 244 tn = calloc(1, sizeof(struct TELNET)); in init_telnet() 293 struct TELNET *tn = (struct TELNET *) conn->data->req.protop; in negotiate() 367 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_remote_option() 441 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_will() 489 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_wont() 531 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in set_local_option() 605 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_do() 665 struct TELNET *tn = (struct TELNET *)conn->data->req.protop; in rec_dont() [all …]
|
D | curl_config.h.cmake | 60 /* to disable TELNET */
|
/external/curl/tests/data/ |
D | test1326 | 4 TELNET 29 TELNET to HTTP server
|
D | test1327 | 4 TELNET 24 TELNET check of upload with stdout redirected
|
D | test1123 | 65 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
|
D | test222 | 64 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/packages/Win32/cygwin/ |
D | README | 2 FTP, FTPS, HTTP, HTTPS, TELNET, DICT, FILE and LDAP. 94 supporting FTP, FTPS, HTTP, HTTPS, TELNET, DICT, FILE
|
/external/libmicrohttpd/m4/ |
D | libcurl.m4 | 54 AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET]) 202 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
|
/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/docs/ |
D | KNOWN_BUGS | 73 8. TELNET 74 8.1 TELNET and time limtiations don't work 519 8. TELNET 521 8.1 TELNET and time limtiations don't work
|
D | FEATURES | 114 TELNET
|
D | HISTORY.md | 47 curl could now simulate quite a lot of a browser. TELNET support was added.
|
D | TODO | 73 6. TELNET 412 - TELNET transfers 582 6. TELNET
|
D | INTERNALS.md | 17 - [TELNET](#telnet) 328 TELNET chapter 427 they would otherwise block waiting for data. The DICT, LDAP and TELNET
|
D | INSTALL.md | 237 - `CURL_DISABLE_TELNET` disables TELNET
|
D | MANUAL | 898 TELNET
|
D | FAQ | 140 POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
|
/external/libmicrohttpd/ |
D | MHD_config.h.in | 269 /* Defined if libcurl supports TELNET */
|
/external/curl/tests/ |
D | README | 273 Add tests for TELNET, LDAP, DICT...
|
/external/curl/packages/OS400/ |
D | README.OS400 | 226 _ TELNET
|
/external/curl/ |
D | configure.ac | 512 AC_HELP_STRING([--enable-telnet],[Enable TELNET support]) 513 AC_HELP_STRING([--disable-telnet],[Disable TELNET support]), 517 AC_DEFINE(CURL_DISABLE_TELNET, 1, [to disable TELNET]) 3718 SUPPORT_PROTOCOLS="$SUPPORT_PROTOCOLS TELNET"
|
D | CMakeLists.txt | 1111 _add_if("TELNET" NOT CURL_DISABLE_TELNET)
|
D | CHANGES.0 | 1745 - Added missing Curl_read() return code checking in TELNET transfers. 1747 - Pierre Brico found and fixed TELNET transfers not being aborted upon 1755 - Added missing TELNET timeout support for Windows builds. This issue was 5905 or TELNET since they are practically non-existant. This leaves us with only 14261 - Giuseppe D'Ambrosio was first out to report that TELNET doesn't work in curl 14693 - Linus Nielsen Feltzing provided brand new TELNET functionality and 14751 HTTP (such as the upcoming TELNET fixes). 16919 - I moved the stuff concerning HTTP, DICT and TELNET it their own source
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 1989 telnetlib TELNET client class. Based on RFC 854.
|
12