HomeSort by relevance Sort by last modified time
    Searched refs:CURL_IAC (Results 1 - 2 of 2) sorted by null

  /external/curl/lib/
arpa_telnet.h 77 #define CURL_IAC 255 /* Interpret As Command */
91 #define CURL_TELCMD_MAXIMUM CURL_IAC /* surprise, 255 is the last one! ;-) */
telnet.c 316 if(cmd == CURL_IAC) {
352 buf[0] = CURL_IAC;
722 if(i != CURL_IAC || j != CURL_SE) {
943 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_TTYPE,
944 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE);
955 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_XDISPLOC,
956 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE);
966 "%c%c%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_NEW_ENVIRON,
983 "%c%c", CURL_IAC, CURL_SE);
1017 CURL_SB_ACCUM(tn, CURL_IAC);
    [all...]

Completed in 42 milliseconds