Searched refs:CURL_WILL (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 321 const char *fmt = (cmd == CURL_WILL) ? "WILL" : in printoption() 537 send_negotiation(conn, CURL_WILL, option); in set_local_option() 611 send_negotiation(conn, CURL_WILL, option); in rec_do() 619 send_negotiation(conn, CURL_WILL, option); in rec_do() 686 send_negotiation(conn, CURL_WILL, option); in rec_dont() 1112 case CURL_WILL: in telrcv() 1143 printoption(data, "RCVD", CURL_WILL, c); in telrcv()
|
D | arpa_telnet.h | 75 #define CURL_WILL 251 /* Our side WILL use this option */ macro
|