Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/shell/
Dudp.c17 static const struct shell *udp_shell; variable
29 PR_SHELL(udp_shell, "Received UDP packet: "); in udp_rcvd()
35 PR_SHELL(udp_shell, "%02x ", byte); in udp_rcvd()
37 PR_SHELL(udp_shell, "\n"); in udp_rcvd()
49 PR_SHELL(udp_shell, "Message sent\n"); in udp_sent()
105 udp_shell = sh; in cmd_net_udp_bind()
232 udp_shell = sh; in cmd_net_udp_send()