HelenOS sources

TELNET_IAC         72 uspace/srv/hid/remcons/remcons.c 	TELNET_IAC, TELNET_WILL, TELNET_ECHO,
TELNET_IAC         73 uspace/srv/hid/remcons/remcons.c 	TELNET_IAC, TELNET_WILL, TELNET_SUPPRESS_GO_AHEAD,
TELNET_IAC         74 uspace/srv/hid/remcons/remcons.c 	TELNET_IAC, TELNET_WONT, TELNET_LINEMODE
TELNET_IAC        257 uspace/srv/hid/remcons/user.c 	cmdb[0] = TELNET_IAC;
TELNET_IAC        343 uspace/srv/hid/remcons/user.c 	    TELNET_IAC, TELNET_WILL, opt);
TELNET_IAC        361 uspace/srv/hid/remcons/user.c 	    TELNET_IAC, TELNET_SB, opt);
TELNET_IAC        384 uspace/srv/hid/remcons/user.c 		    TELNET_IAC, option_code, cmd);
TELNET_IAC        387 uspace/srv/hid/remcons/user.c 		    TELNET_IAC, cmd);
TELNET_IAC        437 uspace/srv/hid/remcons/user.c 			if (byte == TELNET_IAC) {
HelenOS homepage, sources at GitHub