Changeset 2a180307 in mainline for uspace/srv/hid/remcons/telnet.h
- Timestamp:
- 2012-01-12T09:45:21Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c17c4e28
- Parents:
- 99c2e9f3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/telnet.h
r99c2e9f3 r2a180307 45 45 46 46 #define TELNET_IAC 255 47 47 48 #define TELNET_WILL 251 48 49 #define TELNET_WONT 252 50 #define TELNET_DO 253 51 #define TELNET_DONT 254 52 53 #define TELNET_IS_OPTION_CODE(code) (((code) >= 251) && ((code) <= 254)) 54 49 55 #define TELNET_ECHO 1 50 56 #define TELNET_SUPPRESS_GO_AHEAD 3
Note:
See TracChangeset
for help on using the changeset viewer.