Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dtcp.c17 static const struct shell *tcp_shell; variable
27 PR_SHELL(tcp_shell, "TCP connection failed (%d)\n", status); in tcp_connected()
29 PR_SHELL(tcp_shell, "TCP connected\n"); in tcp_connected()
198 tcp_shell = sh; in tcp_connect()
220 PR_SHELL(tcp_shell, "Message sent\n"); in tcp_sent_cb()
237 PR_SHELL(tcp_shell, in tcp_recv_cb()
242 PR_SHELL(tcp_shell, "Connection closed by remote peer.\n"); in tcp_recv_cb()
252 PR_SHELL(tcp_shell, "%zu bytes received\n", net_pkt_get_len(pkt)); in tcp_recv_cb()