Searched refs:IAC (Results 1 – 7 of 7) sorted by relevance
127 if (c != IAC) in telnet_parse()130 if (c == IAC) { /* <IAC><IAC>! */ in telnet_parse()137 if (i < 0 || i > IAC - TELCMD_FIRST) in telnet_parse()160 if (p[0] == IAC && p[1] == SE) in telnet_parse()164 if (*p != IAC) in telnet_parse()236 while (length > 0 && *sp == IAC) { in telnet_print()
46 #define IAC 255 /* interpret as command: */ macro80 #define TELCMD_LAST IAC
832 if (*p != IAC) in atelnet()835 obuf[0] = IAC; in atelnet()
169 Add IAC decoding support.
2010 #define IAC 255 macro2030 if ((unsigned char)buf[i] == IAC && s->do_telnetopt == 2) { in tcp_chr_process_IAC_bytes()2048 if ((unsigned char)buf[i] == IAC) { in tcp_chr_process_IAC_bytes()
1499 Add support for reading and writing of IAC.
32643 http://www.civeng.unsw.edu.au/about/IAC/Env/