Home
last modified time | relevance | path

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

/external/curl/lib/
Dtelnet.c721 if(i != CURL_IAC || j != CURL_SE) { in printsub()
940 CURL_TELQUAL_IS, tn->subopt_ttype, CURL_IAC, CURL_SE); in suboption()
952 CURL_TELQUAL_IS, tn->subopt_xdisploc, CURL_IAC, CURL_SE); in suboption()
979 "%c%c", CURL_IAC, CURL_SE); in suboption()
1028 CURL_SB_ACCUM(tn, CURL_SE); in sendsuboption()
1178 if(c != CURL_SE) { in telrcv()
1204 CURL_SB_ACCUM(tn, CURL_SE); in telrcv()
Darpa_telnet.h70 #define CURL_SE 240 /* Sub negotiation End */ macro