Searched refs:TELOPT_TTYPE (Results 1 – 9 of 9) sorted by relevance
/original-bsd/libexec/telnetd/ |
H A D | telnetd.c | 559 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE 585 send_do(TELOPT_TTYPE, 1); 594 his_will_wont_is_changing(TELOPT_TTYPE) || 642 if (his_state_is_will(TELOPT_TTYPE)) { 665 if (his_state_is_will(TELOPT_TTYPE)) { 675 if (his_state_is_will(TELOPT_TTYPE) && !terminaltypeok(terminaltype)) { 686 his_state_is_wont(TELOPT_TTYPE)) { 717 if (his_state_is_wont(TELOPT_TTYPE)) in _gettermname()
|
H A D | state.c | 527 case TELOPT_TTYPE: 734 case TELOPT_TTYPE: 922 case TELOPT_TTYPE: 1102 case TELOPT_TTYPE: { /* Yaaaay! */ in suboption() 1105 if (his_state_is_wont(TELOPT_TTYPE)) /* Ignore if option disabled */ in suboption()
|
H A D | utility.c | 541 case TELOPT_TTYPE:
|
/original-bsd/usr.bin/tn3270/distribution/arpa/ |
H A D | telnet.h | 73 #define TELOPT_TTYPE 24 /* terminal type */ macro
|
/original-bsd/include/arpa/ |
H A D | telnet.h | 80 #define TELOPT_TTYPE 24 /* terminal type */ macro
|
/original-bsd/usr.bin/telnet/ |
H A D | tn3270.c | 43 TELOPT_TTYPE, TELQUAL_IS,
|
H A D | telnet.c | 467 case TELOPT_TTYPE: /* terminal type option */ 793 case TELOPT_TTYPE: in suboption() 794 if (my_want_state_is_wont(TELOPT_TTYPE)) in suboption() 811 sprintf((char *)temp, "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption() 2249 send_will(TELOPT_TTYPE, 1);
|
H A D | utilities.c | 313 case TELOPT_TTYPE:
|
/original-bsd/usr.bin/tn3270/ |
H A D | telnet.c | 177 TELOPT_TTYPE, TELQUAL_IS, 1315 case TELOPT_TTYPE: 1823 case TELOPT_TTYPE: /* terminal type option */ 1855 case TELOPT_TTYPE: in suboption() 1919 sprintf(nfrontp, "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE, in suboption() 2798 if (!myopts[TELOPT_TTYPE]) { in telnet() 2799 dooption(TELOPT_TTYPE, 0); in telnet()
|