Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/shell/backends/
Dshell_telnet_protocol.h108 struct telnet_simple_command { struct
117 static inline void telnet_command_cpy(struct telnet_simple_command *dst, in telnet_command_cpy() argument
118 struct telnet_simple_command *src) in telnet_command_cpy()
Dshell_telnet.c106 static void telnet_reply_dont_command(struct telnet_simple_command *cmd) in telnet_reply_dont_command()
126 sizeof(struct telnet_simple_command)); in telnet_reply_dont_command()
129 static void telnet_reply_do_command(struct telnet_simple_command *cmd) in telnet_reply_do_command()
152 sizeof(struct telnet_simple_command)); in telnet_reply_do_command()
155 static void telnet_reply_command(struct telnet_simple_command *cmd) in telnet_reply_command()
249 static inline int telnet_handle_command(struct telnet_simple_command *cmd) in telnet_handle_command()
271 struct telnet_simple_command *cmd = in telnet_recv()
272 (struct telnet_simple_command *)sh_telnet->cmd_buf; in telnet_recv()