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

12

/freebsd-10.2-release/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-10.2-release/contrib/telnet/telnet/
H A Dtelnet.c237 snprintf(temp2, sizeof(temp2), "%c%c%c%c....%c%c", IAC, SB, TELOPT_COMPORT,
238 COMPORT_SET_BAUDRATE, IAC, SE);
258 NET2ADD(IAC, DO);
275 NET2ADD(IAC, DONT);
292 NET2ADD(IAC, WILL);
309 NET2ADD(IAC, WONT);
788 sprintf(temp, "%c%c%c%c%s%c%c", IAC, SB, TELOPT_TTYPE,
789 TELQUAL_IS, name, IAC, SE);
810 sprintf((char *)temp, "%c%c%c%c%ld,%ld%c%c", IAC, SB, TELOPT_TSPEED,
811 TELQUAL_IS, ospeed, ispeed, IAC, S
[all...]
H A Dauthenc.c62 if (str[0] == IAC && str[1] == SE)
/freebsd-10.2-release/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-10.2-release/contrib/telnet/telnetd/
H A Dtermstat.c292 output_data("%c%c%c%c%c%c%c", IAC, SB,
294 IAC, SE);
320 output_data("%c%c%c%c%c%c%c", IAC, SB,
322 IAC, SE);
367 IAC, SB, TELOPT_LFLOW,
369 IAC, SE);
374 IAC, SB, TELOPT_LFLOW,
377 IAC, SE);
448 output_data("%c%c%c%c%c%c%c", IAC,
450 useeditmode, IAC, S
[all...]
H A Dtelnetd.c463 IAC, SB, TELOPT_TTYPE, TELQUAL_SEND, IAC, SE
523 { IAC, SB, TELOPT_TSPEED, TELQUAL_SEND, IAC, SE };
530 { IAC, SB, TELOPT_XDISPLOC, TELQUAL_SEND, IAC, SE };
537 { IAC, SB, TELOPT_NEW_ENVIRON, TELQUAL_SEND, IAC, SE };
544 { IAC, SB, TELOPT_OLD_ENVIRON, TELQUAL_SEND, IAC, S
[all...]
H A Dstate.c51 unsigned char doopt[] = { IAC, DO, '%', 'c', 0 };
52 unsigned char dont[] = { IAC, DONT, '%', 'c', 0 };
53 unsigned char will[] = { IAC, WILL, '%', 'c', 0 };
54 unsigned char wont[] = { IAC, WONT, '%', 'c', 0 };
83 #define TS_IAC 1 /* look for double IAC's */
119 if (c == IAC) {
172 printoption("td: recv IAC", c));
178 printoption("td: recv IAC", c));
187 printoption("td: recv IAC", c));
197 printoption("td: recv IAC",
[all...]
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-telnet.c108 /* sp points to IAC byte */
127 if (c != IAC)
130 if (c == IAC) { /* <IAC><IAC>! */
132 printf("IAC IAC");
137 if (i < 0 || i > IAC - TELCMD_FIRST)
157 /* IAC SB .... IAC S
[all...]
H A Dtelnet.h46 #define IAC 255 /* interpret as command: */ macro
73 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0,
80 #define TELCMD_LAST IAC
/freebsd-10.2-release/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;
/freebsd-10.2-release/contrib/telnet/libtelnet/
H A Dencrypt.c142 static unsigned char str_send[64] = { IAC, SB, TELOPT_ENCRYPT,
145 static unsigned char str_start[72] = { IAC, SB, TELOPT_ENCRYPT };
146 static unsigned char str_end[] = { IAC, SB, TELOPT_ENCRYPT, 0, IAC, SE };
210 if ((str_send[str_suplen++] = ep->type) == IAC)
211 str_send[str_suplen++] = IAC;
216 str_send[str_suplen++] = IAC;
703 static unsigned char str_keyid[(MAXKEYLEN*2)+5] = { IAC, SB, TELOPT_ENCRYPT };
775 if ((*strp++ = *keyid++) == IAC)
776 *strp++ = IAC;
[all...]
H A Dauth.c341 static unsigned char str_request[64] = { IAC, SB,
360 *e++ = IAC;
382 static unsigned char str_none[] = { IAC, SB, TELOPT_AUTHENTICATION,
384 IAC, SE };
528 = { IAC, SB, TELOPT_AUTHENTICATION, TELQUAL_NAME, };
533 if ((*e++ = *cp++) == IAC)
534 *e++ = IAC;
538 *e++ = IAC;
H A Dkrb4encpwd.c95 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
97 static unsigned char str_name[1024] = { IAC, SB, TELOPT_AUTHENTICATION,
142 if ((*p++ = *cd++) == IAC)
143 *p++ = IAC;
145 *p++ = IAC;
H A Drsaencpwd.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;
248 case IAC:
H A Denc_des.c147 fbp->fb_feed[0] = IAC;
218 if ((*p++ = fbp->temp_feed[x]) == IAC)
219 *p++ = IAC;
221 *p++ = IAC;
280 *p++ = IAC;
305 *p++ = IAC;
H A Dkerberos.c80 static unsigned char str_data[1024] = { IAC, SB, TELOPT_AUTHENTICATION, 0,
122 if ((*p++ = *cd++) == IAC)
123 *p++ = IAC;
125 *p++ = IAC;
/freebsd-10.2-release/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-10.2-release/contrib/telnet/arpa/
H A Dtelnet.h43 #define IAC 255 /* interpret as command: */ macro
70 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC",
78 #define TELCMD_LAST IAC
/freebsd-10.2-release/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

Completed in 126 milliseconds

12