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

/freebsd-12-stable/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-12-stable/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-12-stable/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]
/freebsd-12-stable/contrib/tcpdump/
H A 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;
417 if (i < 0 || i > IAC - TELCMD_FIRST)

Completed in 177 milliseconds