Home
last modified time | relevance | path

Searched refs:TELOPT_BINARY (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dterminal.c176 if (my_want_state_is_will(TELOPT_BINARY)) in getconnmode()
179 if (my_want_state_is_do(TELOPT_BINARY)) in getconnmode()
H A Dcommands.c674 if (my_want_state_is_will(TELOPT_BINARY) &&
675 my_want_state_is_do(TELOPT_BINARY)) {
677 } else if (my_want_state_is_wont(TELOPT_BINARY) &&
678 my_want_state_is_dont(TELOPT_BINARY)) {
685 if (my_want_state_is_will(TELOPT_BINARY) &&
686 my_want_state_is_do(TELOPT_BINARY)) {
695 if (my_want_state_is_wont(TELOPT_BINARY) &&
696 my_want_state_is_dont(TELOPT_BINARY)) {
715 val = my_want_state_is_do(TELOPT_BINARY) ? 0 : 1;
718 if (my_want_state_is_do(TELOPT_BINARY)) {
[all …]
H A Dtelnet.c383 case TELOPT_BINARY:
499 case TELOPT_BINARY: /* binary mode */
1800 my_want_state_is_dont(TELOPT_BINARY)) { in telrcv()
2091 if (my_want_state_is_wont(TELOPT_BINARY)) { in telsnd()
2163 my_want_state_is_will(TELOPT_BINARY));
2638 send_do(TELOPT_BINARY, 1);
2640 send_will(TELOPT_BINARY, 1);
2648 send_dont(TELOPT_BINARY, 1);
2650 send_wont(TELOPT_BINARY, 1);
/titanic_50/usr/src/head/arpa/
H A Dtelnet.h85 #define TELOPT_BINARY 0 /* 8-bit data path */ macro
143 #define TELOPT_FIRST TELOPT_BINARY
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3320 if (binary_in != myopts[TELOPT_BINARY] || in telnet()
3321 binary_out != remopts[TELOPT_BINARY]) { in telnet()
3324 if (myopts[TELOPT_BINARY] != OPT_NO) in telnet()
3327 if (remopts[TELOPT_BINARY] != OPT_NO) in telnet()
3339 binary_in = myopts[TELOPT_BINARY]; in telnet()
3340 binary_out = remopts[TELOPT_BINARY]; in telnet()
3485 if (c == '\r' && (myopts[TELOPT_BINARY] == OPT_NO)) { in telrcv()
3656 case TELOPT_BINARY: in willoption()
3757 case TELOPT_BINARY: in wontoption()
3835 case TELOPT_BINARY: in dooption()