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

  /bionic/libc/include/arpa/
telnet.h 73 #define TELCMD_FIRST xEOF
76 (unsigned int)(x) >= TELCMD_FIRST)
77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 76 #define TELCMD_FIRST xEOF
79 (unsigned int)(x) >= TELCMD_FIRST)
80 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
telnet.h 71 #define TELCMD_FIRST xEOF
74 (unsigned int)(x) >= TELCMD_FIRST)
75 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
  /external/tcpdump/
print-telnet.c 103 #define TELCMD_FIRST xEOF
106 (unsigned int)(x) >= TELCMD_FIRST)
107 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
416 i = c - TELCMD_FIRST;
417 if (i < 0 || i > IAC - TELCMD_FIRST)

Completed in 543 milliseconds