Home
last modified time | relevance | path

Searched refs:telcmds (Results 1 – 1 of 1) sorted by relevance

/external/tcpdump/
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])); in telnet_parse()
430 ND_PRINT((ndo, "%s %#x", telcmds[i], x)); in telnet_parse()
489 ND_PRINT((ndo, "%s", telcmds[i])); in telnet_parse()