Searched refs:WONT (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/cmd/vntsd/ |
H A D | chars.h | 61 #define WONT 252 /* refuse */ macro
|
H A D | cmd.c | 428 if ((uint8_t)cmd == WILL || (uint8_t)cmd == WONT || in vntsd_telnet_cmd() 451 case WONT: in vntsd_telnet_cmd()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 355 NET2ADD(IAC, WONT); 357 printoption("SENT", WONT, c); 894 case WONT: in suboption() 1117 str_lm[3] = WONT; 1845 case WONT: in telrcv() 1898 printoption("RCVD", WONT, c); in telrcv() 2355 case WONT:
|
H A D | utilities.c | 203 fmt = (cmd == WILL) ? "WILL" : (cmd == WONT) ? "WONT" : 639 case WONT: 800 case WONT:
|
/titanic_41/usr/src/head/arpa/ |
H A D | telnet.h | 50 #define WONT 252 /* I won't use option */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | netcat.c | 753 if ((*p == WILL) || (*p == WONT)) in atelnet() 756 obuf[1] = WONT; in atelnet()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 120 static uchar_t wont[] = { (uchar_t)IAC, (uchar_t)WONT, '%', 'c', 0 }; 2456 write_data("%c%c%c", (uchar_t)IAC, (uchar_t)WONT, (uchar_t)option); in send_wont() 3576 case WONT: in telrcv() 4311 case WONT: in nextitem()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 549 case WONT: in getreply() 552 WONT, c); in getreply()
|