Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/shell/backends/
Dshell_telnet.c29 #define TELNET_LINE_SIZE CONFIG_SHELL_TELNET_LINE_BUF_SIZE macro
692 if (lb->len + length - *cnt > TELNET_LINE_SIZE) { in telnet_write()
693 copy_len = TELNET_LINE_SIZE - lb->len; in telnet_write()
705 lb->len == TELNET_LINE_SIZE) { in telnet_write()