Searched refs:CURL_IAC (Results 1 – 2 of 2) sorted by relevance
/external/curl/lib/ |
D | telnet.c | 315 if(cmd == CURL_IAC) { in printoption() 351 buf[0] = CURL_IAC; in send_negotiation() 721 if(i != CURL_IAC || j != CURL_SE) { in printsub() 942 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_TTYPE, in suboption() 943 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption() 954 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_XDISPLOC, in suboption() 955 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption() 965 "%c%c%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_NEW_ENVIRON, in suboption() 982 "%c%c", CURL_IAC, CURL_SE); in suboption() 1016 CURL_SB_ACCUM(tn, CURL_IAC); in sendsuboption() [all …]
|
D | arpa_telnet.h | 77 #define CURL_IAC 255 /* Interpret As Command */ macro 91 #define CURL_TELCMD_MAXIMUM CURL_IAC /* surprise, 255 is the last one! ;-) */
|