HomeSort by: relevance | last modified time | path
    Searched refs:TELOPT_TTYPE (Results 1 - 6 of 6) sorted by relevancy

  /src/libexec/telnetd/
telnetd.c 483 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
509 send_do(TELOPT_TTYPE, 1);
518 his_will_wont_is_changing(TELOPT_TTYPE) ||
562 if (his_state_is_will(TELOPT_TTYPE)) {
584 if (his_state_is_will(TELOPT_TTYPE)) {
594 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) {
605 his_state_is_wont(TELOPT_TTYPE)) {
637 if (his_state_is_wont(TELOPT_TTYPE))
state.c 527 case TELOPT_TTYPE:
736 case TELOPT_TTYPE:
922 case TELOPT_TTYPE:
1134 case TELOPT_TTYPE: { /* Yaaaay! */
1137 if (his_state_is_wont(TELOPT_TTYPE)) /* Ignore if option disabled */
1159 } /* end of case TELOPT_TTYPE */
utility.c 570 case TELOPT_TTYPE:
  /src/include/arpa/
telnet.h 104 #define TELOPT_TTYPE 24 /* terminal type */
  /src/usr.bin/telnet/
telnet.c 453 case TELOPT_TTYPE: /* terminal type option */
774 case TELOPT_TTYPE:
775 if (my_want_state_is_wont(TELOPT_TTYPE))
788 TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE);
2076 send_will(TELOPT_TTYPE, 1);
utilities.c 334 case TELOPT_TTYPE:

Completed in 16 milliseconds