Home
last modified time | relevance | path

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

/external/tcpdump/
Dtelnet.h79 #define TELCMD_FIRST xEOF macro
82 (unsigned int)(x) >= TELCMD_FIRST)
83 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
Dprint-telnet.c136 i = c - TELCMD_FIRST; in telnet_parse()
137 if (i < 0 || i > IAC - TELCMD_FIRST) in telnet_parse()