Home
last modified time | relevance | path

Searched refs:willEcho (Results 1 – 1 of 1) sorted by relevance

/kernel/liteos_a/net/telnet/src/
Dtelnet_loop.c301 const UINT8 willEcho[] = { TELNET_IAC, TELNET_WILL, TELNET_ECHO }; in TelnetClientPrepare() local
317 (VOID)WriteToFd(clientFd, (CHAR *)willEcho, sizeof(willEcho)); in TelnetClientPrepare()