Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-telnet.c103 #define TELCMD_FIRST xEOF macro
106 (unsigned int)(x) >= TELCMD_FIRST)
107 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
416 i = c - TELCMD_FIRST; in telnet_parse()
417 if (i < 0 || i > IAC - TELCMD_FIRST) in telnet_parse()