Searched refs:TELOPT_LINEMODE (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.2-release/contrib/telnet/telnetd/
H A Dtermstat.c245 send_dont(TELOPT_LINEMODE, 1);
290 send_do(TELOPT_LINEMODE, 1);
293 TELOPT_LINEMODE, LM_MODE, useeditmode,
312 if (linemode && his_state_is_will(TELOPT_LINEMODE)) {
321 TELOPT_LINEMODE, LM_MODE, useeditmode,
404 case TELOPT_LINEMODE:
449 SB, TELOPT_LINEMODE, LM_MODE,
507 SB, TELOPT_LINEMODE, LM_MODE,
H A Dstate.c509 clientstat(TELOPT_LINEMODE, WILL, 0);
542 case TELOPT_LINEMODE:
611 case TELOPT_LINEMODE:
688 case TELOPT_LINEMODE:
698 clientstat(TELOPT_LINEMODE, WONT, 0);
770 clientstat(TELOPT_LINEMODE, WONT, 0);
840 if (his_state_is_wont(TELOPT_LINEMODE))
872 clientstat(TELOPT_LINEMODE, WONT, 0);
922 case TELOPT_LINEMODE:
991 if (his_state_is_wont(TELOPT_LINEMODE))
[all...]
H A Dslc.c161 IAC, SB, TELOPT_LINEMODE, LM_SLC);
H A Dtelnetd.c770 if (his_state_is_wont(TELOPT_LINEMODE)) {
776 send_do(TELOPT_LINEMODE, 1); /* send do linemode */
H A Dutility.c638 case TELOPT_LINEMODE:
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c276 case TELOPT_LINEMODE:
414 case TELOPT_LINEMODE:
419 set_my_want_state_will(TELOPT_LINEMODE);
421 set_my_state_will(TELOPT_LINEMODE);
444 case TELOPT_LINEMODE:
471 case TELOPT_LINEMODE:
785 case TELOPT_LINEMODE:
786 if (my_want_state_is_wont(TELOPT_LINEMODE))
964 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE };
1039 IAC, SB, TELOPT_LINEMODE, LM_MOD
[all...]
H A Dterminal.c182 if (my_want_state_is_will(TELOPT_LINEMODE))
H A Dcommands.c992 send_wont(TELOPT_LINEMODE, 1);
1006 send_will(TELOPT_LINEMODE, 1);
1019 send_wont(TELOPT_LINEMODE, 1);
1029 if (my_want_state_is_wont(TELOPT_LINEMODE)) {
1939 if (my_want_state_is_will(TELOPT_LINEMODE)) {
H A Dsys_bsd.c148 if (my_want_state_is_will(TELOPT_LINEMODE)) {
H A Dutilities.c530 case TELOPT_LINEMODE:
/freebsd-10.2-release/contrib/telnet/telnet/
H A Dtelnet.c355 case TELOPT_LINEMODE:
488 case TELOPT_LINEMODE:
493 set_my_want_state_will(TELOPT_LINEMODE);
495 set_my_state_will(TELOPT_LINEMODE);
518 case TELOPT_LINEMODE:
545 case TELOPT_LINEMODE:
846 case TELOPT_LINEMODE:
847 if (my_want_state_is_wont(TELOPT_LINEMODE))
1025 static unsigned char str_lm[] = { IAC, SB, TELOPT_LINEMODE, 0, 0, IAC, SE };
1100 IAC, SB, TELOPT_LINEMODE, LM_MOD
[all...]
H A Dterminal.c217 if (my_want_state_is_will(TELOPT_LINEMODE))
H A Dcommands.c1070 send_wont(TELOPT_LINEMODE, 1);
1084 send_will(TELOPT_LINEMODE, 1);
1097 send_wont(TELOPT_LINEMODE, 1);
1108 if (my_want_state_is_wont(TELOPT_LINEMODE)) {
2060 if (my_want_state_is_will(TELOPT_LINEMODE)) {
H A Dsys_bsd.c194 if (my_want_state_is_will(TELOPT_LINEMODE)) {
H A Dutilities.c555 case TELOPT_LINEMODE:
/freebsd-10.2-release/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h116 #define TELOPT_LINEMODE 34 /* Linemode option */ macro
/freebsd-10.2-release/contrib/tcpdump/
H A Dtelnet.h120 #define TELOPT_LINEMODE 34 /* Linemode option */ macro
/freebsd-10.2-release/contrib/telnet/arpa/
H A Dtelnet.h118 #define TELOPT_LINEMODE 34 /* Linemode option */ macro
/freebsd-10.2-release/include/arpa/
H A Dtelnet.h114 #define TELOPT_LINEMODE 34 /* Linemode option */ macro
/freebsd-10.2-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c795 case TELOPT_LINEMODE:
1287 clientstat(TELOPT_LINEMODE, WILL, 0);
H A Dutility.c682 case TELOPT_LINEMODE:
/freebsd-10.2-release/usr.sbin/dconschat/
H A Ddconschat.c715 char linemode[] = {IAC, DONT, TELOPT_LINEMODE};

Completed in 157 milliseconds