Searched refs:IAC (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c58 IAC, SB, TELOPT_LFLOW,
60 IAC, SE);
65 IAC, SB, TELOPT_LFLOW,
68 IAC, SE);
H A Dstate.c38 unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
39 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
40 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
41 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
70 #define TS_IAC 1 /* look for double IAC's */
104 if (c == IAC) {
146 printoption("td: recv IAC", c));
152 printoption("td: recv IAC", c));
161 printoption("td: recv IAC", c));
171 printoption("td: recv IAC",
[all...]
H A Dtelnetd.c508 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
569 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
576 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
583 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
590 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, S
[all...]
/freebsd-11-stable/contrib/telnet/telnet/
H A Dtelnet.c233 snprintf(temp2, sizeof(temp2), "%c%c%c%c....%c%c", IAC, SB, TELOPT_COMPORT,
234 COMPORT_SET_BAUDRATE, IAC, SE);
254 NET2ADD(IAC, DO);
271 NET2ADD(IAC, DONT);
288 NET2ADD(IAC, WILL);
305 NET2ADD(IAC, WONT);
784 snprintf(temp, sizeof(temp), "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE,
785 TELQUAL_IS, name, IAC, SE);
806 snprintf((char *)temp, sizeof(temp), "%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED,
807 TELQUAL_IS, ospeed, ispeed, IAC, S
[all...]
H A Dauthenc.c58 if (str[0] == IAC && str[1] == SE)
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c184 NET2ADD(IAC, DO);
199 NET2ADD(IAC, DONT);
214 NET2ADD(IAC, WILL);
229 NET2ADD(IAC, WONT);
724 "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE,
725 TELQUAL_IS, name, IAC, SE);
747 "%c%c%c%c%u,%u%c%c", IAC, SB, TELOPT_TSPEED,
750 (unsigned)input_speed, IAC, SE);
855 "%c%c%c%c%s%c%c", IAC, SB, TELOPT_XDISPLOC,
856 TELQUAL_IS, dp, IAC, S
[all...]
H A Dauthenc.c44 if (str[0] == IAC && str[1] == SE)
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtermstat.c288 output_data("%c%c%c%c%c%c%c", IAC, SB,
290 IAC, SE);
316 output_data("%c%c%c%c%c%c%c", IAC, SB,
318 IAC, SE);
363 IAC, SB, TELOPT_LFLOW,
365 IAC, SE);
370 IAC, SB, TELOPT_LFLOW,
373 IAC, SE);
444 output_data("%c%c%c%c%c%c%c", IAC,
446 useeditmode, IAC, S
[all...]
H A Dtelnetd.c458 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
518 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
525 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
532 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
539 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, S
[all...]
H A Dstate.c47 unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
48 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
49 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
50 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
79 #define TS_IAC 1 /* look for double IAC's */
115 if (c == IAC) {
168 printoption("td: recv IAC", c));
174 printoption("td: recv IAC", c));
183 printoption("td: recv IAC", c));
193 printoption("td: recv IAC",
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dencrypt.c134 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
137 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
138 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
203 if ((str_send[str_suplen++] = ep->type) == IAC)
204 str_send[str_suplen++] = IAC;
209 str_send[str_suplen++] = IAC;
730 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
799 if ((*strp++ = *keyid++) == IAC)
800 *strp++ = IAC;
[all...]
H A Dauth.c328 static unsigned char str_request[64] = { IAC, SB,
347 *e++ = IAC;
369 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION,
371 IAC, SE };
524 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, };
529 if ((*e++ = *cp++) == IAC)
530 *e++ = IAC;
534 *e++ = IAC;
H A Drsaencpwd.c92 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
94 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
139 if ((*p++ = *cd++) == IAC)
140 *p++ = IAC;
142 *p++ = IAC;
248 case IAC:
H A Denc_des.c150 fbp->fb_feed[0] = IAC;
224 if ((*p++ = fbp->temp_feed[x]) == IAC)
225 *p++ = IAC;
227 *p++ = IAC;
285 *p++ = IAC;
310 *p++ = IAC;
H A Dspx.c94 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
96 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
156 if ((*p++ = *cd++) == IAC)
157 *p++ = IAC;
159 *p++ = IAC;
/freebsd-11-stable/contrib/telnet/libtelnet/
H A Dencrypt.c138 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
141 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
142 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
206 if ((str_send[str_suplen++] = ep->type) == IAC)
207 str_send[str_suplen++] = IAC;
212 str_send[str_suplen++] = IAC;
699 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
771 if ((*strp++ = *keyid++) == IAC)
772 *strp++ = IAC;
[all...]
H A Dauth.c337 static unsigned char str_request[64] = { IAC, SB,
356 *e++ = IAC;
378 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION,
380 IAC, SE };
524 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, };
529 if ((*e++ = *cp++) == IAC)
530 *e++ = IAC;
534 *e++ = IAC;
H A Dkrb4encpwd.c91 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
93 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
138 if ((*p++ = *cd++) == IAC)
139 *p++ = IAC;
141 *p++ = IAC;
H A Drsaencpwd.c87 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
89 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
134 if ((*p++ = *cd++) == IAC)
135 *p++ = IAC;
137 *p++ = IAC;
244 case IAC:
H A Denc_des.c143 fbp->fb_feed[0] = IAC;
214 if ((*p++ = fbp->temp_feed[x]) == IAC)
215 *p++ = IAC;
217 *p++ = IAC;
276 *p++ = IAC;
301 *p++ = IAC;
H A Dkerberos.c76 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
118 if ((*p++ = *cd++) == IAC)
119 *p++ = IAC;
121 *p++ = IAC;
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-telnet.c70 #define IAC 255 /* interpret as command: */ macro
97 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
104 #define TELCMD_LAST IAC
388 /* sp points to IAC byte */
407 if (c != IAC)
410 if (c == IAC) { /* <IAC><IAC>! */
412 ND_PRINT((ndo, "IAC IAC"));
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/arpa/
H A Dtelnet.h42 #define IAC 255 /* interpret as command: */ macro
69 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
76 #define TELCMD_LAST IAC
/freebsd-11-stable/include/arpa/
H A Dtelnet.h39 #define IAC 255 /* interpret as command: */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
74 #define TELCMD_LAST IAC
/freebsd-11-stable/contrib/telnet/arpa/
H A Dtelnet.h39 #define IAC 255 /* interpret as command: */ macro
66 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
74 #define TELCMD_LAST IAC

Completed in 220 milliseconds

12