Home
last modified time | relevance | path

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

/external/curl/lib/
Darpa_telnet.h73 #define CURL_WILL 251 /* Our side WILL use this option */ macro
Dtelnet.c322 fmt = (cmd == CURL_WILL) ? "WILL" : (cmd == CURL_WONT) ? "WONT" : in printoption()
536 send_negotiation(conn, CURL_WILL, option); in set_local_option()
610 send_negotiation(conn, CURL_WILL, option); in rec_do()
618 send_negotiation(conn, CURL_WILL, option); in rec_do()
685 send_negotiation(conn, CURL_WILL, option); in rec_dont()
1115 case CURL_WILL: in telrcv()
1146 printoption(data, "RCVD", CURL_WILL, c); in telrcv()