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

/external/tcpdump/
H A Dprint-telnet.c150 (void)printf("%s %s", telcmds[i], telopts[x]);
153 (void)printf("%s %#x", telcmds[i], x);
213 (void)printf("%s", telcmds[i]);
H A Dtelnet.h70 const char *telcmds[] = { variable
76 extern char *telcmds[];
83 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]

Completed in 42 milliseconds