Changes in uspace/srv/hid/remcons/telnet.h [47d060d:3123d2a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/telnet.h
r47d060d r3123d2a 1 1 /* 2 * Copyright (c) 2024 Jiri Svoboda3 2 * Copyright (c) 2012 Vojtech Horky 4 3 * All rights reserved. … … 45 44 */ 46 45 47 #define TELNET_SE 24048 #define TELNET_SB 25049 46 #define TELNET_IAC 255 50 47 … … 58 55 #define TELNET_ECHO 1 59 56 #define TELNET_SUPPRESS_GO_AHEAD 3 60 #define TELNET_NAWS 3161 57 #define TELNET_LINEMODE 34 62 58
Note:
See TracChangeset
for help on using the changeset viewer.