Searched defs:IAC (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/vntsd/
H A Dchars.h64 #define IAC 255 /* command */ macro
/illumos-gate/usr/src/uts/common/io/
H A Dtelmod.c61 #define IAC 255 macro
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(
[all...]
/illumos-gate/usr/src/head/arpa/
H A Dtelnet.h47 #define IAC 255 /* interpret as command: */ macro
74 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
79 #define TELCMD_LAST IAC

Completed in 63 milliseconds