Home
last modified time | relevance | path

Searched refs:TELQUAL_IS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dutilities.c374 case TELQUAL_IS:
396 case TELQUAL_IS:
479 case TELQUAL_IS:
481 (pointer[1] == TELQUAL_IS) ?
777 case TELQUAL_IS:
874 case TELQUAL_IS:
897 case TELQUAL_IS:
H A Dkerberos5.c145 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in krb5_send_data()
171 if (str_data[3] == TELQUAL_IS) in krb5_send_data()
184 str_data[3] = TELQUAL_IS; in kerberos5_init()
H A Dtelnet.c820 TELOPT_TTYPE, TELQUAL_IS, name, IAC, SE); in suboption()
845 TELOPT_TSPEED, TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
919 case TELQUAL_IS: in suboption()
955 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE); in suboption()
1571 case TELQUAL_IS:
1606 *opt_replyp++ = TELQUAL_IS; in env_opt_start()
H A Dauth.c364 TELQUAL_IS, AUTHTYPE_NULL, 0, IAC, SE }; in auth_send_retry()
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h148 #define TELQUAL_IS 0 /* option is... */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.telnetd.c3963 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()