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

/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h66 char *telcmds[] = { variable
72 extern char *telcmds[];
79 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/freebsd-11-stable/include/arpa/
H A Dtelnet.h63 const char *telcmds[] = { variable
70 extern char *telcmds[];
77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h63 const char *telcmds[] = { variable
70 extern char *telcmds[];
77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/freebsd-11-stable/contrib/tcpdump/
H A 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]));
433 ND_PRINT((ndo, "%s %#x", telcmds[i], x));
494 ND_PRINT((ndo, "%s", telcmds[i]));

Completed in 179 milliseconds