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

  /system/bt/btcore/include/
iac.h 27 uint8_t iac[3]; member in struct:__anon1687
  /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 863 char iac[256]; member in struct:telnet_data
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 169 iac %r6
esa-g5.d 175 .*: b2 24 00 60 [ ]*iac %r6
  /external/syslinux/gpxe/src/drivers/net/e1000/
e1000_hw.h 1376 uint64_t iac; member in struct:e1000_hw_stats
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]

Completed in 223 milliseconds