Searched refs:CURL_IAC (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 314 if(cmd == CURL_IAC) { in printoption() 352 buf[0] = CURL_IAC; in send_negotiation() 721 if(i != CURL_IAC || j != CURL_SE) { in printsub() 939 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_TTYPE, in suboption() 940 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption() 951 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_XDISPLOC, in suboption() 952 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption() 962 "%c%c%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_NEW_ENVIRON, in suboption() 979 "%c%c", CURL_IAC, CURL_SE); in suboption() 1013 CURL_SB_ACCUM(tn, CURL_IAC); in sendsuboption() [all …]
|
D | arpa_telnet.h | 79 #define CURL_IAC 255 /* Interpret As Command */ macro 95 #define CURL_TELCMD_MAXIMUM CURL_IAC /* surprise, 255 is the last one! ;-) */
|