Searched refs:telnet_simple_command (Results 1 – 2 of 2) sorted by relevance
108 struct telnet_simple_command { struct117 static inline void telnet_command_cpy(struct telnet_simple_command *dst, in telnet_command_cpy() argument118 struct telnet_simple_command *src) in telnet_command_cpy()
106 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()