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

/freebsd-10.1-release/contrib/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)
/freebsd-10.1-release/contrib/telnet/arpa/
H A Dtelnet.h77 #define TELCMD_FIRST xEOF macro
80 (unsigned int)(x) >= TELCMD_FIRST)
81 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/freebsd-10.1-release/crypto/heimdal/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]
/freebsd-10.1-release/include/arpa/
H A Dtelnet.h73 #define TELCMD_FIRST xEOF macro
76 (unsigned int)(x) >= TELCMD_FIRST)
77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]

Completed in 129 milliseconds