Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/subsys/shell/backends/
Dshell_telnet.c113 sh_telnet->line_out.len = 0; in telnet_reply_command()
133 if (sh_telnet->line_out.len == 0) { in telnet_send()
141 err = net_context_send(sh_telnet->client_ctx, sh_telnet->line_out.buf, in telnet_send()
142 sh_telnet->line_out.len, telnet_sent_cb, in telnet_send()
151 sh_telnet->line_out.len = 0; in telnet_send()
427 lb = &sh_telnet->line_out; in write()
/Zephyr-Core-3.5.0/include/zephyr/shell/
Dshell_telnet.h36 struct shell_telnet_line_buf line_out; member
/Zephyr-Core-3.5.0/subsys/logging/backends/
Dlog_backend_ble.c116 static int line_out(uint8_t *data, size_t length, void *output_ctx) in line_out() function
148 LOG_OUTPUT_DEFINE(log_output_ble, line_out, output_buf, sizeof(output_buf));
Dlog_backend_net.c58 static int line_out(uint8_t *data, size_t length, void *output_ctx) in line_out() function
77 LOG_OUTPUT_DEFINE(log_output_net, line_out, output_buf, sizeof(output_buf));