Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-telnet.c94 #define TELCMD_FIRST xEOF macro
97 (unsigned int)(x) >= TELCMD_FIRST)
98 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
405 i = c - TELCMD_FIRST; in telnet_parse()
406 if (i < 0 || i > IAC - TELCMD_FIRST) in telnet_parse()
/freebsd/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/contrib/telnet/arpa/
H A Dtelnet.h73 #define TELCMD_FIRST xEOF macro
76 (unsigned int)(x) >= TELCMD_FIRST)
77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]
/freebsd/include/arpa/
H A Dtelnet.h72 #define TELCMD_FIRST xEOF macro
75 (unsigned int)(x) >= TELCMD_FIRST)
76 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST]