Home
last modified time | relevance | path

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

12

/external/curl/lib/
Dtelnet.c145 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 …]
Dcurl_config.h.cmake84 /* to disable TELNET */
Dcurl_config.h.in99 /* to disable TELNET */
/external/curl/tests/data/
Dtest14524 TELNET
26 Basic TELNET negotiation
Dtest13264 TELNET
29 TELNET to HTTP server
Dtest13274 TELNET
24 TELNET check of upload with stdout redirected
Dtest146254 telnet TELNET protocol options
Dtest23065 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest22264 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest23264 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest39664 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest112365 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
Dtest31460 FTPS, DICT, TELNET, LDAP, FILE, and GOPHER, as
/external/curl/docs/
DCURL-DISABLE.md116 Disable the TELNET protocol
DFEATURES114 TELNET
DKNOWN_BUGS84 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
DHISTORY.md50 curl could now simulate quite a lot of a browser. TELNET support was added.
DINTERNALS.md17 - [TELNET](#telnet)
334 TELNET chapter
435 they would otherwise block waiting for data. The DICT, LDAP and TELNET
DTODO77 6. TELNET
442 - TELNET transfers
608 6. TELNET
/external/curl/packages/vms/
Dcurlmsg.msg94 UNKNOWN_TELNET_OPTION <unknown TELNET option>
95 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/
DREADME.md8 - python (and a unix-style shell, for SMB and TELNET tests)
/external/curl/packages/OS400/
DREADME.OS400234 _ TELNET
/external/curl/
Dconfigure.ac531 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"
DCMakeLists.txt1395 _add_if("TELNET" NOT CURL_DISABLE_TELNET)

12