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

  /bionic/libc/include/arpa/
telnet.h 72 #define TELCMD_LAST IAC
73 #define TELCMD_OK(x) ((unsigned int)(x) <= TELCMD_LAST && \
  /development/ndk/platforms/android-9/include/arpa/
telnet.h 72 #define TELCMD_LAST IAC
73 #define TELCMD_OK(x) ((unsigned int)(x) <= TELCMD_LAST && \
  /external/tcpdump/
telnet.h 80 #define TELCMD_LAST IAC
81 #define TELCMD_OK(x) ((unsigned int)(x) <= TELCMD_LAST && \

Completed in 16 milliseconds