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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
telnet.py 23 IAC = chr(255) # Interpret as command
68 iac = 0 # Interpret next char as command
83 elif iac:
84 iac = 0
85 if c == IAC:
90 opt = IAC + WONT
94 opt = IAC + DONT
97 elif c == IAC:
98 iac = 1
99 print '(IAC)',
    [all...]
  /external/python/cpython2/Demo/sockets/
telnet.py 23 IAC = chr(255) # Interpret as command
68 iac = 0 # Interpret next char as command
83 elif iac:
84 iac = 0
85 if c == IAC:
90 opt = IAC + WONT
94 opt = IAC + DONT
97 elif c == IAC:
98 iac = 1
99 print '(IAC)',
    [all...]
  /external/python/cpython2/Demo/threads/
telnet.py 24 IAC = chr(255) # Interpret as command
68 iac = 0 # Interpret next char as command
83 elif iac:
84 iac = 0
85 if c == IAC:
90 opt = IAC + WONT
94 opt = IAC + DONT
97 elif c == IAC:
98 iac = 1
99 print '(IAC)',
    [all...]
  /external/toybox/toys/pending/
telnet.c 31 char iac[256];
70 // flushes all data in IAC buff to server.
73 int wlen = write(TT.sfd, TT.iac, TT.piac);
75 if(wlen <= 0) error_msg("IAC : send failed.");
79 // puts DATA in iac buff of length LEN and updates iac buff pointer.
86 for(;len > 0; TT.iac[TT.piac++] = (uint8_t)va_arg(va, int), len--);
90 // puts string STR in iac buff and updates iac buff pointer.
96 strcpy(&TT.iac[TT.piac], str)
    [all...]
  /external/toybox/generated/
globals.h 838 char iac[256]; member in struct:telnet_data
  /external/v8/src/s390/
constants-s390.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/SystemZ/
insn-good.s     [all...]

Completed in 213 milliseconds