Searched refs:TELNET_LINE_SIZE (Results 1 – 1 of 1) sorted by relevance
29 #define TELNET_LINE_SIZE CONFIG_SHELL_TELNET_LINE_BUF_SIZE macro692 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()