Lines Matching refs:UINT8
110 STATIC UINT8 *ReadFilter(const UINT8 *src, UINT32 srcLen, UINT32 *dstLen)
112 STATIC UINT8 buf[TELNET_CLIENT_READ_FILTER_BUF_SIZE];
113 UINT8 *dst = buf;
299 const UINT8 doEcho[] = { TELNET_IAC, TELNET_DO, TELNET_ECHO };
300 const UINT8 doNaws[] = { TELNET_IAC, TELNET_DO, TELNET_NAWS };
301 const UINT8 willEcho[] = { TELNET_IAC, TELNET_WILL, TELNET_ECHO };
302 const UINT8 willSga[] = { TELNET_IAC, TELNET_WILL, TELNET_SGA };
342 UINT8 buf[TELNET_CLIENT_READ_BUF_SIZE];
343 UINT8 *cmdBuf = NULL;