Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_telnet.c96 static int telnet_echo_set(const struct shell *sh, bool val) in telnet_echo_set() function
111 int ret = telnet_echo_set(sh_telnet->shell_context, false); in telnet_reply_dont_command()
137 int ret = telnet_echo_set(sh_telnet->shell_context, true); in telnet_reply_do_command()
451 (void)telnet_echo_set(sh_telnet->shell_context, false); in telnet_accept()