Searched defs:telcmds (Results 1 - 1 of 1) sorted by relevance

/external/tcpdump/
H A Dprint-telnet.c91 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 78 milliseconds