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

  /external/curl/lib/
telnet.c 57 #define TELCMDS
    [all...]
  /external/tcpdump/
print-telnet.c 59 #define TELCMDS
90 #ifdef TELCMDS
91 const char *telcmds[] = { variable
97 extern char *telcmds[];
104 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
427 ND_PRINT((ndo, "%s %s", telcmds[i], telopts[x]));
430 ND_PRINT((ndo, "%s %#x", telcmds[i], x));
489 ND_PRINT((ndo, "%s", telcmds[i]));

Completed in 55 milliseconds