Searched refs:TELCMD (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/telnet/telnet/ |
H A D | utilities.c | 177 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option)); in printoption() 215 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]); in optionstatus() 223 printf("want DO %s\n", TELCMD(i)); in optionstatus() 230 printf("want DONT %s\n", TELCMD(i)); in optionstatus() 239 printf(" DO %s\n", TELCMD(i)); in optionstatus() 248 printf("resp WILL_WONT %s: %d\n", TELCMD(i), will_wont_resp[i]); in optionstatus() 256 printf("want WILL %s\n", TELCMD(i)); in optionstatus() 263 printf("want WONT %s\n", TELCMD(i)); in optionstatus() 272 printf(" WILL %s\n", TELCMD(i)); in optionstatus() 306 fprintf(NetTrace, "%s ", TELCMD(i)); in printsub() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | utilities.c | 148 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option)); in printoption() 185 printf("resp DO_DONT %s: %d\n", TELCMD(i), do_dont_resp[i]); in optionstatus() 193 printf("want DO %s\n", TELCMD(i)); in optionstatus() 200 printf("want DONT %s\n", TELCMD(i)); in optionstatus() 209 printf(" DO %s\n", TELCMD(i)); in optionstatus() 218 printf("resp WILL_WONT %s: %d\n", TELCMD(i), will_wont_resp[i]); in optionstatus() 226 printf("want WILL %s\n", TELCMD(i)); in optionstatus() 233 printf("want WONT %s\n", TELCMD(i)); in optionstatus() 242 printf(" WILL %s\n", TELCMD(i)); in optionstatus() 285 fprintf(NetTrace, "%s ", TELCMD(i)); in printsub() [all …]
|
/freebsd/crypto/heimdal/appl/telnet/telnetd/ |
H A D | utility.c | 526 TELCMD(option)); in printoption() 562 TELCMD(i)); in printsub() 571 TELCMD(j)); in printsub()
|
/freebsd/crypto/heimdal/appl/telnet/arpa/ |
H A D | telnet.h | 79 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST] macro
|
/freebsd/contrib/telnet/arpa/ |
H A D | telnet.h | 77 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST] macro
|
/freebsd/include/arpa/ |
H A D | telnet.h | 76 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST] macro
|
/freebsd/contrib/tcpdump/ |
H A D | print-telnet.c | 98 #define TELCMD(x) telcmds[(x)-TELCMD_FIRST] macro
|