Searched refs:TELOPT_LINEMODE (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | telnet.c | 404 case TELOPT_LINEMODE: 537 case TELOPT_LINEMODE: 542 set_my_want_state_will(TELOPT_LINEMODE); 544 set_my_state_will(TELOPT_LINEMODE); 567 case TELOPT_LINEMODE: 595 case TELOPT_LINEMODE: 885 case TELOPT_LINEMODE: in suboption() 886 if (my_want_state_is_wont(TELOPT_LINEMODE)) in suboption() 1055 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE }; 1150 IAC, SB, TELOPT_LINEMODE, LM_MODE, 0, IAC, SE [all …]
|
H A D | terminal.c | 194 if (my_want_state_is_will(TELOPT_LINEMODE)) in getconnmode()
|
H A D | commands.c | 1206 send_wont(TELOPT_LINEMODE, 1); in dokludgemode() 1227 send_will(TELOPT_LINEMODE, 1); in dolinemode() 1248 send_wont(TELOPT_LINEMODE, 1); in docharmode() 1261 if (my_want_state_is_wont(TELOPT_LINEMODE)) { 2420 if (my_want_state_is_will(TELOPT_LINEMODE)) { in status()
|
H A D | utilities.c | 628 case TELOPT_LINEMODE:
|
/titanic_50/usr/src/head/arpa/ |
H A D | telnet.h | 119 #define TELOPT_LINEMODE 34 /* Linemode option */ macro
|