Home
last modified time | relevance | path

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

/freebsd/contrib/telnet/telnet/
H A Dutilities.c330 case TELQUAL_IS: in printsub()
349 case TELQUAL_IS: in printsub()
419 case TELQUAL_IS: in printsub()
420 fprintf(NetTrace, " %s ", (pointer[1] == TELQUAL_IS) ? in printsub()
661 case TELQUAL_IS: in printsub()
730 case TELQUAL_IS: in printsub()
751 case TELQUAL_IS: in printsub()
H A Dtelnet.c783 TELQUAL_IS, name, IAC, SE); in suboption()
805 TELQUAL_IS, ospeed, ispeed, IAC, SE); in suboption()
876 case TELQUAL_IS: in suboption()
911 TELOPT_XDISPLOC, TELQUAL_IS, dp, IAC, SE); in suboption()
929 case TELQUAL_IS: in suboption()
1506 case TELQUAL_IS: in env_opt()
1538 *opt_replyp++ = TELQUAL_IS; in env_opt_start()
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dutilities.c309 case TELQUAL_IS: in printsub()
330 case TELQUAL_IS: in printsub()
400 case TELQUAL_IS: in printsub()
401 fprintf(NetTrace, " %s ", (pointer[1] == TELQUAL_IS) ? in printsub()
643 case TELQUAL_IS: in printsub()
712 case TELQUAL_IS: in printsub()
733 case TELQUAL_IS: in printsub()
H A Dtelnet.c725 TELQUAL_IS, name, IAC, SE); in suboption()
748 TELQUAL_IS, in suboption()
821 case TELQUAL_IS: in suboption()
856 TELQUAL_IS, dp, IAC, SE); in suboption()
874 case TELQUAL_IS: in suboption()
1418 case TELQUAL_IS: in env_opt()
1456 *opt_replyp++ = TELQUAL_IS; in env_opt_start()
/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c925 if (SB_EOF() || SB_GET() != TELQUAL_IS) in suboption()
948 if (SB_EOF() || SB_GET() != TELQUAL_IS) { in suboption()
1004 case TELQUAL_IS: in suboption()
1014 if (SB_EOF() || SB_GET() != TELQUAL_IS) in suboption()
1032 if (c == TELQUAL_IS) { in suboption()
1221 case TELQUAL_IS: in suboption()
1308 ADD(TELQUAL_IS); in send_status()
H A Dutility.c588 case TELQUAL_IS: in printsub()
608 case TELQUAL_IS: in printsub()
822 case TELQUAL_IS: in printsub()
885 case TELQUAL_IS: in printsub()
906 case TELQUAL_IS: in printsub()
978 case TELQUAL_IS: in printsub()
980 (pointer[1] == TELQUAL_IS) ? in printsub()
/freebsd/contrib/telnet/libtelnet/
H A Dkrb4encpwd.c124 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY",
139 if (str_data[3] == TELQUAL_IS)
155 str_data[3] = TELQUAL_IS;
H A Drsaencpwd.c120 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY",
135 if (str_data[3] == TELQUAL_IS)
159 str_data[3] = TELQUAL_IS;
H A Dkerberos.c104 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in Data()
119 if (str_data[3] == TELQUAL_IS) in Data()
135 str_data[3] = TELQUAL_IS; in kerberos4_init()
H A Dsra.c88 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in Data()
103 if (str_data[3] == TELQUAL_IS) in Data()
114 str_data[3] = TELQUAL_IS; in sra_init()
H A Dkerberos5.c116 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in Data()
131 if (str_data[3] == TELQUAL_IS) in Data()
162 str_data[3] = TELQUAL_IS; in kerberos5_init()
H A Dauth.c376 TELQUAL_IS, AUTHTYPE_NULL, 0, in auth_send()
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Drsaencpwd.c129 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY",
144 if (str_data[3] == TELQUAL_IS)
167 str_data[3] = TELQUAL_IS;
H A Dspx.c146 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY",
161 if (str_data[3] == TELQUAL_IS)
194 str_data[3] = TELQUAL_IS;
H A Dkerberos5.c141 str_data[3] == TELQUAL_IS ? ">>>IS" : ">>>REPLY", in Data()
156 if (str_data[3] == TELQUAL_IS) in Data()
189 str_data[3] = TELQUAL_IS; in kerberos5_init()
H A Dauth.c370 TELQUAL_IS, AUTHTYPE_NULL, 0, in auth_send()
/freebsd/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h147 #define TELQUAL_IS 0 /* option is... */ macro
/freebsd/contrib/telnet/arpa/
H A Dtelnet.h151 #define TELQUAL_IS 0 /* option is... */ macro
/freebsd/include/arpa/
H A Dtelnet.h149 #define TELQUAL_IS 0 /* option is... */ macro
/freebsd/contrib/tcpdump/
H A Dprint-telnet.c164 #define TELQUAL_IS 0 /* option is... */ macro