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

  /bionic/libc/include/arpa/
telnet.h 62 #ifdef TELCMDS
63 const char *telcmds[] = { variable
70 extern char *telcmds[];
77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
telnet.h 65 #ifdef TELCMDS
66 char *telcmds[] = { variable
73 extern char *telcmds[];
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 61 #ifdef TELCMDS
62 char *telcmds[] = { variable
68 extern char *telcmds[];
75 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
  /external/tcpdump/
print-telnet.c 62 #define TELCMDS
93 #ifdef TELCMDS
94 static const char *telcmds[] = { variable
100 extern char *telcmds[];
107 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
430 ND_PRINT((ndo, "%s %s", telcmds[i], telopts[x]));
433 ND_PRINT((ndo, "%s %#x", telcmds[i], x));
494 ND_PRINT((ndo, "%s", telcmds[i]));
  /external/curl/lib/
telnet.c 57 #define TELCMDS
    [all...]

Completed in 132 milliseconds