Home
last modified time | relevance | path

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

/external/tcpdump/
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; in telnet_parse()
414 if (i < 0 || i > IAC - TELCMD_FIRST) in telnet_parse()