HomeSort by relevance Sort by last modified time
    Searched defs:IAC (Results 1 - 3 of 3) sorted by null

  /netvirt/usr/src/cmd/vntsd/
chars.h 64 #define IAC 255 /* command */
  /netvirt/usr/src/uts/common/io/
telmod.c 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
    [all...]
  /netvirt/usr/src/head/arpa/
telnet.h 47 #define IAC 255 /* interpret as command: */
74 "EL", "GA", "SB", "WILL", "WONT", "DO", "DONT", "IAC", 0
79 #define TELCMD_LAST IAC

Completed in 900 milliseconds