Home
last modified time | relevance | path

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

/external/curl/lib/
Dtelnet.c316 if(cmd == CURL_IAC) { in printoption()
352 buf[0] = CURL_IAC; in send_negotiation()
722 if(i != CURL_IAC || j != CURL_SE) { in printsub()
943 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_TTYPE, in suboption()
944 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption()
955 "%c%c%c%c%s%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_XDISPLOC, in suboption()
956 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption()
966 "%c%c%c%c", CURL_IAC, CURL_SB, CURL_TELOPT_NEW_ENVIRON, in suboption()
983 "%c%c", CURL_IAC, CURL_SE); in suboption()
1017 CURL_SB_ACCUM(tn, CURL_IAC); in sendsuboption()
[all …]
Darpa_telnet.h77 #define CURL_IAC 255 /* Interpret As Command */ macro
91 #define CURL_TELCMD_MAXIMUM CURL_IAC /* surprise, 255 is the last one! ;-) */