Home | History | Annotate | Download | only in libtelnet

Lines Matching refs:IAC

132 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
135 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
136 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
201 if ((str_send[str_suplen++] = ep->type) == IAC)
202 str_send[str_suplen++] = IAC;
207 str_send[str_suplen++] = IAC;
700 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
771 if ((*strp++ = *keyid++) == IAC)
772 *strp++ = IAC;
774 *strp++ = IAC;
830 if ((*p++ = ki[0].keyid[i]) == IAC)
831 *p++ = IAC;
833 *p++ = IAC;
884 if ((*p++ = ki[1].keyid[i]) == IAC)
885 *p++ = IAC;
887 *p++ = IAC;