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 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));
493 ND_PRINT((ndo, "%s", telcmds[i]));

Completed in 100 milliseconds