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

/macosx-10.10.1/Heimdal-398.1.2/appl/telnet/arpa/
H A Dtelnet.h75 #define TELCMD_FIRST xEOF macro
78 (unsigned int)(x) >= TELCMD_FIRST)
79 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/macosx-10.10.1/Libc-1044.1.2/include/arpa/
H A Dtelnet.h75 #define TELCMD_FIRST xEOF macro
78 (unsigned int)(x) >= TELCMD_FIRST)
79 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtelnet.h79 #define TELCMD_FIRST xEOF macro
82 (unsigned int)(x) >= TELCMD_FIRST)
83 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
H A Dprint-telnet.c136 i = c - TELCMD_FIRST;
137 if (i < 0 || i > IAC - TELCMD_FIRST)

Completed in 238 milliseconds