Home
last modified time | relevance | path

Searched refs:CURL_DONT (Results 1 – 2 of 2) sorted by relevance

/external/curl/lib/
Dtelnet.c324 (cmd == CURL_DONT) ? "DONT" : 0; in printoption()
412 send_negotiation(conn, CURL_DONT, option); in set_remote_option()
450 send_negotiation(conn, CURL_DONT, option); in rec_will()
480 send_negotiation(conn, CURL_DONT, option); in rec_will()
498 send_negotiation(conn, CURL_DONT, option); in rec_wont()
1121 case CURL_DONT: in telrcv()
1164 printoption(data, "RCVD", CURL_DONT, c); in telrcv()
Darpa_telnet.h78 #define CURL_DONT 254 /* DON'T use this option! */ macro