Lines Matching defs:IAC
61 #define IAC 255
675 * Also, duplicate IAC if found in the data.
915 * message block to check for telnet protocol by detecting an IAC.
917 * then sends protocol followed after IAC to the telnet daemon. The
921 * explanations are in order. If an IAC is found, a dupb() is done,
924 * second begins with the IAC and contains the rest of the streams
935 * protomp: When an IAC is discovered, a dupb() is done on the first mblk
936 * containing an IAC. protomp points to this dup'ed mblk.
1007 if (tmp[0] == IAC) {
1116 * in non binary mode. Also, duplicate IAC(0xFF) if found in the mblk.
1119 * after IAC expansion.
1181 if (tmp[0] == IAC) {
1182 *tmp1++ = IAC;