Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-telnet.c94 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])); in telnet_parse()
433 ND_PRINT((ndo, "%s %#x", telcmds[i], x)); in telnet_parse()
493 ND_PRINT((ndo, "%s", telcmds[i])); in telnet_parse()