Searched refs:TELQUAL_IS (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | utilities.c | 376 case TELQUAL_IS: 398 case TELQUAL_IS: 481 case TELQUAL_IS: 483 (pointer[1] == TELQUAL_IS) ? 779 case TELQUAL_IS: 876 case TELQUAL_IS: 899 case TELQUAL_IS:
|
H A D | kerberos5.c | 147 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in krb5_send_data() 173 if (str_data[3] == TELQUAL_IS) in krb5_send_data() 186 str_data[3] = TELQUAL_IS; in kerberos5_init()
|
H A D | telnet.c | 822 TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE); in suboption() 847 TELOPT_TSPEED, TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption() 921 case TELQUAL_IS: in suboption() 957 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE); in suboption() 1573 case TELQUAL_IS: 1608 *opt_replyp++ = TELQUAL_IS; in env_opt_start()
|
H A D | auth.c | 366 TELQUAL_IS, AUTHTYPE_NULL, 0, IAC, SE }; in auth_send_retry()
|
/titanic_50/usr/src/head/arpa/ |
H A D | telnet.h | 149 #define TELQUAL_IS 0 /* option is... */ macro
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.telnetd.c | 3963 if (SB_GET() != TELQUAL_IS) { in suboption() 4010 if (SB_EOF() || SB_GET() != TELQUAL_IS) { in suboption() 4028 if (c == TELQUAL_IS) { in suboption() 4119 case TELQUAL_IS: in suboption()
|