Home
last modified time | relevance | path

Searched refs:IAC (Results 1 - 10 of 10) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_telnetlib.py252 # NB -- we need to test the IAC block which is mentioned in the
296 '''The only thing that write does is replace each tl.IAC for
297 tl.IAC+tl.IAC'''
300 data_sample = [b'data sample without IAC',
301 b'data sample with' + tl.IAC + b' one IAC',
302 b'a few' + tl.IAC + tl.IAC + b' iacs' + tl.IAC,
[all...]
/third_party/toybox/toys/pending/
H A Dtelnet.c70 // flushes all data in IAC buff to server.
75 if(wlen <= 0) error_msg("IAC : send failed."); in flush_iac()
122 put_iac(6, IAC,DONT,TELOPT_ECHO,IAC,DONT, TELOPT_SGA); in handle_esc()
132 put_iac(6, IAC,DO,TELOPT_ECHO,IAC,DO,TELOPT_SGA); in handle_esc()
167 put_iac(4, IAC,SB,TELOPT_TTYPE,TELQUAL_IS); in handle_negotiations()
169 put_iac(2, IAC,SE); in handle_negotiations()
186 if (ddww == DO) put_iac(3, IAC,WONT,TELOPT_ECHO); in handle_ddww()
192 (TT.flags & UF_ECHO)? put_iac(3, IAC,D in handle_ddww()
[all...]
H A Dtelnetd.c153 char intial_iacs[] = {IAC, DO, TELOPT_ECHO, IAC, DO, TELOPT_NAWS, in new_session()
154 IAC, WILL, TELOPT_ECHO, IAC, WILL, TELOPT_SGA }; in new_session()
184 if (*curr != IAC){ in handle_iacs()
202 if (*(curr+1) == IAC) { //IAC as data --> IAC IAC in handle_iacs()
204 curr += 2; //IAC IA in handle_iacs()
[all...]
/third_party/python/Lib/
H A Dtelnetlib.py53 IAC = bytes([255]) # "Interpret As Command" variable
216 self.iacseq = b'' # Buffer for IAC sequence.
285 """Write a string to the socket, doubling any IAC characters.
291 if IAC in buffer:
292 buffer = buffer.replace(IAC, IAC+IAC)
364 Don't block unless in the midst of an IAC sequence.
378 Don't block unless in the midst of an IAC sequence.
392 unless in the midst of an IAC sequenc
[all...]
/third_party/musl/porting/liteos_m/kernel/include/arpa/
H A Dtelnet.h4 #define IAC 255 macro
27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
30 #define TELCMD_LAST IAC
/third_party/musl/porting/liteos_m_iccarm/kernel/include/arpa/
H A Dtelnet.h4 #define IAC 255 macro
27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
30 #define TELCMD_LAST IAC
/third_party/musl/porting/uniproton/kernel/include/arpa/
H A Dtelnet.h4 #define IAC 255 macro
27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
30 #define TELCMD_LAST IAC
/third_party/musl/include/arpa/
H A Dtelnet.h4 #define IAC 255 macro
27 #define telcmds ((char [][6]){ "EOF", "SUSP", "ABORT", "EOR", "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC", "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0 })
30 #define TELCMD_LAST IAC
/third_party/curl/tests/
H A Dnegtelnetserver.py173 if byte_int == NegTokens.IAC:
175 log.debug("Starting negotiation (IAC)")
232 message = [NegTokens.IAC]
269 IAC = 255 variable in NegTokens
/third_party/node/deps/v8/src/codegen/s390/
H A Dconstants-s390.h1199 V(iac, IAC, 0xB224) /* type = RRE INSERT ADDRESS SPACE CONTROL */ \

Completed in 14 milliseconds