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

/external/tcpdump/
H A Dprint-telnet.c100 #define TELCMD_FIRST xEOF macro
103 (unsigned int)(x) >= TELCMD_FIRST)
104 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
413 i = c - TELCMD_FIRST;
414 if (i < 0 || i > IAC - TELCMD_FIRST)

Completed in 81 milliseconds