Home
last modified time | relevance | path

Searched refs:TELNET (Results 1 – 25 of 28) sorted by relevance

12

/external/curl/lib/
Dtelnet.c151 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 …]
Dcurl_config.h.in69 /* to disable TELNET */
Dcurl_config.h.cmake60 /* to disable TELNET */
/external/curl/tests/data/
Dtest14524 TELNET
27 Basic TELNET negotiation
Dtest13264 TELNET
29 TELNET to HTTP server
Dtest13274 TELNET
24 TELNET check of upload with stdout redirected
Dtest23264 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest23065 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest112365 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest22264 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest31460 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
/external/curl/packages/vms/
Dcurlmsg.msg73 UNKNOWN_TELNET_OPTION <unknown TELNET option>
74 TELNET_OPTION_SYNTAX <malformed TELNET option syntax>
/external/curl/docs/libcurl/
Dlibcurl.m475 AH_TEMPLATE([LIBCURL_PROTOCOL_TELNET],[Defined if libcurl supports TELNET])
223 _libcurl_protocols="HTTP FTP FILE TELNET LDAP DICT TFTP"
/external/curl/tests/
DREADME80 - TCP/9019 for TELNET server with negotiation support
284 Add tests for TELNET, LDAP, DICT...
/external/curl/docs/
DFEATURES114 TELNET
DKNOWN_BUGS79 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
DHISTORY.md47 curl could now simulate quite a lot of a browser. TELNET support was added.
DINTERNALS.md17 - [TELNET](#telnet)
324 TELNET chapter
423 they would otherwise block waiting for data. The DICT, LDAP and TELNET
DTODO81 6. TELNET
481 - TELNET transfers
647 6. TELNET
DINSTALL.md192 - `CURL_DISABLE_TELNET` disables TELNET
DFAQ140 POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
/external/curl/packages/OS400/
DREADME.OS400233 _ TELNET
/external/curl/
Dconfigure.ac528 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"
DCMakeLists.txt1222 _add_if("TELNET" NOT CURL_DISABLE_TELNET)
/external/python/cpython2/Misc/
Dcheatsheet1989 telnetlib TELNET client class. Based on RFC 854.

12